Skip to content

Commit 93db7ec

Browse files
committed
chore: fix dep array
1 parent 23f6e83 commit 93db7ec

File tree

1 file changed

+1
-1
lines changed
  • packages/frontend/src/components/EditorLayout

1 file changed

+1
-1
lines changed

packages/frontend/src/components/EditorLayout/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default function EditorLayout() {
8888
},
8989
})
9090
},
91-
[flow?.id, flowId, updateFlow],
91+
[flow?.updatedAt, flowId, updateFlow],
9292
)
9393

9494
const onFlowStatusUpdate = useCallback(

0 commit comments

Comments
 (0)