mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): Clear error states before copy to editor action (#16922)
This commit is contained in:
@@ -98,6 +98,7 @@ export const useExecutionDebugging = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Set execution data
|
// Set execution data
|
||||||
|
workflowsStore.resetAllNodesIssues();
|
||||||
workflowsStore.setWorkflowExecutionData(execution);
|
workflowsStore.setWorkflowExecutionData(execution);
|
||||||
|
|
||||||
// Pin data of all nodes which do not have a parent node
|
// Pin data of all nodes which do not have a parent node
|
||||||
|
|||||||
Reference in New Issue
Block a user