mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-08 22:48:14 -05:00
Fixed error on workflow store with history middleware changes
This commit is contained in:
@@ -29,6 +29,7 @@ export const useWorkflowStore = create<WorkflowStoreWithHistory>()(
|
||||
redo: () => {},
|
||||
canUndo: () => false,
|
||||
canRedo: () => false,
|
||||
revertToHistoryState: () => {},
|
||||
|
||||
updateSubBlock: (blockId: string, subBlockId: string, value: any) => {
|
||||
set((state) => {
|
||||
|
||||
Reference in New Issue
Block a user