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