Skip to content

Commit e6f519a

Browse files
committed
fix dependency array
1 parent b177b29 commit e6f519a

File tree

1 file changed

+0
-9
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-block/components/sub-block/components

1 file changed

+0
-9
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-block/components/sub-block/components/condition-input.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -223,15 +223,6 @@ export function ConditionInput({
223223
updateNodeInternals,
224224
isReady,
225225
isPreview,
226-
}, [
227-
conditionalBlocks,
228-
blockId,
229-
subBlockId,
230-
setStoreValue,
231-
updateNodeInternals,
232-
isReady,
233-
isPreview,
234-
])
235226
])
236227

237228
// Cleanup when component unmounts

0 commit comments

Comments
 (0)