mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): Remove pagination from binary data output (#6093)
🐛 Remove pagination from binary data output
This commit is contained in:
@@ -429,7 +429,13 @@
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
:class="$style.pagination"
|
:class="$style.pagination"
|
||||||
v-if="hasNodeRun && !hasRunError && dataCount > pageSize && !isSchemaView"
|
v-if="
|
||||||
|
hasNodeRun &&
|
||||||
|
!hasRunError &&
|
||||||
|
binaryData.length === 0 &&
|
||||||
|
dataCount > pageSize &&
|
||||||
|
!isSchemaView
|
||||||
|
"
|
||||||
v-show="!editMode.enabled"
|
v-show="!editMode.enabled"
|
||||||
>
|
>
|
||||||
<el-pagination
|
<el-pagination
|
||||||
|
|||||||
Reference in New Issue
Block a user