From d7abf3fdca2298e13cb53725386b7302bfbe8cc3 Mon Sep 17 00:00:00 2001 From: Elias Meire Date: Thu, 15 Aug 2024 10:26:21 +0200 Subject: [PATCH] Show item count in output panel schema view --- 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 }]"