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

View File

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