mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
fix(editor): Show item count in output panel schema view (#10426)
This commit is contained in:
@@ -196,7 +196,7 @@
|
|||||||
hasNodeRun &&
|
hasNodeRun &&
|
||||||
((dataCount > 0 && maxRunIndex === 0) || search) &&
|
((dataCount > 0 && maxRunIndex === 0) || search) &&
|
||||||
!isArtificialRecoveredEventItem &&
|
!isArtificialRecoveredEventItem &&
|
||||||
!isSchemaView
|
!isInputSchemaView
|
||||||
"
|
"
|
||||||
v-show="!editMode.enabled && !hasRunError"
|
v-show="!editMode.enabled && !hasRunError"
|
||||||
:class="[$style.itemsCount, { [$style.muted]: paneType === 'input' && maxRunIndex === 0 }]"
|
:class="[$style.itemsCount, { [$style.muted]: paneType === 'input' && maxRunIndex === 0 }]"
|
||||||
|
|||||||
Reference in New Issue
Block a user