Fix useEffect dependency in PlaygroundPage component
This commit is contained in:
parent
4a6b13a7c7
commit
c5b9419e52
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ export default function PlaygroundPage() {
|
|||
setCurrentFlow(flow);
|
||||
});
|
||||
}
|
||||
}, [id]);
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
if (currentFlow) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue