mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): do not string workflow id on rehydrate
This commit is contained in:
parent
26b7aadd32
commit
f81d36c95f
@ -22,6 +22,7 @@ export const blankWorkflow: Omit<WorkflowV2, 'nodes' | 'edges'> = {
|
||||
notes: '',
|
||||
exposedFields: [],
|
||||
meta: { version: '2.0.0', category: 'user' },
|
||||
id: undefined,
|
||||
};
|
||||
|
||||
export const initialWorkflowState: WorkflowState = {
|
||||
|
Loading…
Reference in New Issue
Block a user