Skip to content

Commit

Permalink
fix(editor): Show item count in output panel schema view (#10426)
Browse files Browse the repository at this point in the history
  • Loading branch information
elsmr authored Aug 15, 2024
1 parent bb4582f commit 4dee7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/components/RunData.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 }]"
Expand Down

0 comments on commit 4dee7cc

Please sign in to comment.