Skip to content

Commit e59954f

Browse files
maryhippMary Hipp
andauthored
fix workflow updating (#5567)
* retain id through workflow state so that we correctly update or save new * lint --------- Co-authored-by: Mary Hipp <[email protected]>
1 parent 86c857b commit e59954f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

invokeai/frontend/web/src/features/nodes/util/workflow/buildWorkflow.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const workflowKeys = [
2424
'notes',
2525
'exposedFields',
2626
'meta',
27+
'id',
2728
] satisfies (keyof WorkflowV2)[];
2829

2930
export type BuildWorkflowFunction = (arg: BuildWorkflowArg) => WorkflowV2;

0 commit comments

Comments
 (0)