fix(editor): Clear error states before copy to editor action (#16922)

This commit is contained in:
Andreas Fitzek
2025-07-03 10:19:14 +02:00
committed by GitHub
parent 58fd1ec325
commit 716cb9aaca

View File

@@ -98,6 +98,7 @@ export const useExecutionDebugging = () => {
}
// Set execution data
workflowsStore.resetAllNodesIssues();
workflowsStore.setWorkflowExecutionData(execution);
// Pin data of all nodes which do not have a parent node