mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix workflow updating (#5567)
* retain id through workflow state so that we correctly update or save new * lint --------- Co-authored-by: Mary Hipp <maryhipp@Marys-MacBook-Air.local>
This commit is contained in:
parent
86c857b9c2
commit
e59954f956
@ -24,6 +24,7 @@ const workflowKeys = [
|
|||||||
'notes',
|
'notes',
|
||||||
'exposedFields',
|
'exposedFields',
|
||||||
'meta',
|
'meta',
|
||||||
|
'id',
|
||||||
] satisfies (keyof WorkflowV2)[];
|
] satisfies (keyof WorkflowV2)[];
|
||||||
|
|
||||||
export type BuildWorkflowFunction = (arg: BuildWorkflowArg) => WorkflowV2;
|
export type BuildWorkflowFunction = (arg: BuildWorkflowArg) => WorkflowV2;
|
||||||
|
Loading…
Reference in New Issue
Block a user