fix(ui): do not string workflow id on rehydrate

This commit is contained in:
psychedelicious 2024-01-12 01:05:25 +11:00 committed by Kent Keirsey
parent 26b7aadd32
commit f81d36c95f

View File

@ -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 = {