Skip to content

Commit 27ea333

Browse files
authored
fix(chat): fix stale closure in workflow runner for chat (#2418)
1 parent 9861d3a commit 27ea333

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/hooks/use-workflow-execution.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,7 @@ export function useWorkflowExecution() {
655655
setExecutor,
656656
setPendingBlocks,
657657
setActiveBlocks,
658+
workflows,
658659
]
659660
)
660661

0 commit comments

Comments
 (0)