Fixed error on workflow store with history middleware changes

This commit is contained in:
Emir Karabeg
2025-01-30 12:32:43 -08:00
parent f9abc43daa
commit dc7b00e08b

View File

@@ -29,6 +29,7 @@ export const useWorkflowStore = create<WorkflowStoreWithHistory>()(
redo: () => {},
canUndo: () => false,
canRedo: () => false,
revertToHistoryState: () => {},
updateSubBlock: (blockId: string, subBlockId: string, value: any) => {
set((state) => {