mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +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
|
||||
workflowsStore.resetAllNodesIssues();
|
||||
workflowsStore.setWorkflowExecutionData(execution);
|
||||
|
||||
// Pin data of all nodes which do not have a parent node
|
||||
|
||||
Reference in New Issue
Block a user