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