diff --git a/packages/editor-ui/src/components/OutputPanel.vue b/packages/editor-ui/src/components/OutputPanel.vue index c4a6985476..ac13a67c95 100644 --- a/packages/editor-ui/src/components/OutputPanel.vue +++ b/packages/editor-ui/src/components/OutputPanel.vue @@ -4,7 +4,6 @@ import { NodeConnectionType, type IRunData, type IRunExecutionData, - type NodeError, type Workflow, } from 'n8n-workflow'; import RunData from './RunData.vue';