From 4dee7cc36e5f7768d0b71095b194bf357c92e941 Mon Sep 17 00:00:00 2001 From: Elias Meire Date: Thu, 15 Aug 2024 17:11:46 +0200 Subject: [PATCH] fix(editor): Show item count in output panel schema view (#10426) --- packages/editor-ui/src/components/RunData.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor-ui/src/components/RunData.vue b/packages/editor-ui/src/components/RunData.vue index a9188f2358efc..2b1516aa514a9 100644 --- a/packages/editor-ui/src/components/RunData.vue +++ b/packages/editor-ui/src/components/RunData.vue @@ -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 }]"