diff --git a/web/app/components/workflow/hooks/use-workflow-interactions.ts b/web/app/components/workflow/hooks/use-workflow-interactions.ts index ddf9469788..9227e7b90b 100644 --- a/web/app/components/workflow/hooks/use-workflow-interactions.ts +++ b/web/app/components/workflow/hooks/use-workflow-interactions.ts @@ -44,7 +44,6 @@ export const useWorkflowInteractions = () => { const isActiveRun = runningStatus === WorkflowRunningStatus.Running || runningStatus === WorkflowRunningStatus.Waiting workflowStore.setState({ showDebugAndPreviewPanel: false, - ...(isActiveRun ? {} : { workflowRunningData: undefined }), }) if (!isActiveRun) { handleNodeCancelRunningStatus()