mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Fix RunData non-binary pagination when binary data is present (#11309)
This commit is contained in:
@@ -1745,7 +1745,7 @@ export default defineComponent({
|
||||
v-if="
|
||||
hasNodeRun &&
|
||||
!hasRunError &&
|
||||
binaryData.length === 0 &&
|
||||
displayMode !== 'binary' &&
|
||||
dataCount > pageSize &&
|
||||
!isSchemaView &&
|
||||
!isArtificialRecoveredEventItem
|
||||
|
||||
Reference in New Issue
Block a user