We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f6e83 commit 93db7ecCopy full SHA for 93db7ec
packages/frontend/src/components/EditorLayout/index.tsx
@@ -88,7 +88,7 @@ export default function EditorLayout() {
88
},
89
})
90
91
- [flow?.id, flowId, updateFlow],
+ [flow?.updatedAt, flowId, updateFlow],
92
)
93
94
const onFlowStatusUpdate = useCallback(
0 commit comments