Skip to content

Commit cc361ce

Browse files
committed
fix minor stale closure
1 parent 3b7099d commit cc361ce

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/workflow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,7 @@ const WorkflowContent = React.memo(() => {
18321832
})
18331833
}
18341834
},
1835-
[addEdge, getNodes]
1835+
[addEdge, getNodes, blocks]
18361836
)
18371837

18381838
/**

0 commit comments

Comments
 (0)