mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Fix rendering of AI logs (#11450)
This commit is contained in:
@@ -162,6 +162,10 @@ export default defineComponent({
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
hidePagination: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
},
|
||||
setup(props) {
|
||||
const ndvStore = useNDVStore();
|
||||
@@ -1743,6 +1747,7 @@ export default defineComponent({
|
||||
</div>
|
||||
<div
|
||||
v-if="
|
||||
hidePagination === false &&
|
||||
hasNodeRun &&
|
||||
!hasRunError &&
|
||||
displayMode !== 'binary' &&
|
||||
|
||||
Reference in New Issue
Block a user