diff --git a/packages/frontend/@n8n/i18n/src/locales/en.json b/packages/frontend/@n8n/i18n/src/locales/en.json index 38c43aa881c..fc563a1ce35 100644 --- a/packages/frontend/@n8n/i18n/src/locales/en.json +++ b/packages/frontend/@n8n/i18n/src/locales/en.json @@ -1958,8 +1958,6 @@ "runData.aiContentBlock.tokens": "{count} Tokens", "runData.aiContentBlock.tokens.prompt": "Prompt:", "runData.aiContentBlock.tokens.completion": "Completion:", - "runData.trimmedData.title": "No data yet", - "runData.trimmedData.message": "Data will be available here once the execution has finished.", "runData.trimmedData.loading": "Loading data", "runData.panel.actions.collapse": "Collapse panel", "runData.panel.actions.open": "Open panel", diff --git a/packages/frontend/editor-ui/src/components/InputPanel.vue b/packages/frontend/editor-ui/src/components/InputPanel.vue index f73be09e47b..8ca1ce72d3b 100644 --- a/packages/frontend/editor-ui/src/components/InputPanel.vue +++ b/packages/frontend/editor-ui/src/components/InputPanel.vue @@ -574,6 +574,7 @@ function handleChangeCollapsingColumn(columnName: string | null) { telemetry-source="inputs" data-test-id="execute-previous-node" tooltip-placement="bottom" + :show-loading-spinner="false" @execute="onNodeExecute" >