Skip to content

Commit

Permalink
fix: show ndv errors when opening existing nodes with errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav committed Jan 11, 2025
1 parent c6b491c commit 89025b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor-ui/src/composables/useCanvasOperations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ export function useCanvasOperations({ router }: { router: ReturnType<typeof useR
return;
}

workflowsStore.setNodePristine(node.name, false);
setNodeActiveByName(node.name);
}

Expand Down

0 comments on commit 89025b1

Please sign in to comment.