| commit | 6cf8c27f545361e4a8a960719436e281c2f934a7 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Thu May 08 09:01:38 2025 +0000 |
| committer | gio <gio@v1.dodo.cloud> | Thu May 08 09:57:05 2025 +0000 |
| tree | f417f3e284df4822576ce2146c79962b00ab345a | |
| parent | 7f98e77c44ec4af976f5299a7056ffde1fc27744 [diff] [blame] |
Canvas: Fix linter errors Change-Id: I602c1562d4ab2d948bb4dcf6caf66f185585d720
diff --git a/apps/canvas/front/src/components/node-postgresql.tsx b/apps/canvas/front/src/components/node-postgresql.tsx index 4213645..a0bd558 100644 --- a/apps/canvas/front/src/components/node-postgresql.tsx +++ b/apps/canvas/front/src/components/node-postgresql.tsx
@@ -50,7 +50,7 @@ }); }); return () => sub.unsubscribe(); - }, [form, store]); + }, [id, form, store]); return ( <> <Form {...form}>