mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
fix(editor): Show item count in output panel schema view (#10426)
This commit is contained in:
parent
bb4582fa2f
commit
4dee7cc36e
|
@ -196,7 +196,7 @@
|
|||
hasNodeRun &&
|
||||
((dataCount > 0 && maxRunIndex === 0) || search) &&
|
||||
!isArtificialRecoveredEventItem &&
|
||||
!isSchemaView
|
||||
!isInputSchemaView
|
||||
"
|
||||
v-show="!editMode.enabled && !hasRunError"
|
||||
:class="[$style.itemsCount, { [$style.muted]: paneType === 'input' && maxRunIndex === 0 }]"
|
||||
|
|
Loading…
Reference in a new issue