fix(editor): Show item count in output panel schema view (#10426)

This commit is contained in:
Elias Meire 2024-08-15 17:11:46 +02:00 committed by GitHub
parent bb4582fa2f
commit 4dee7cc36e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }]"