| commit | 74ab785563086f5904cc9ef33c2acf6cea7b461a | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Tue May 13 13:19:31 2025 +0000 |
| committer | gio <gio@v1.dodo.cloud> | Tue May 13 13:20:35 2025 +0000 |
| tree | 8233ce3823082a58bc03669351ba1b460f9f0b87 | |
| parent | e440db8685c8f52b4813a6d934da234426c6a878 [diff] |
Canvas: Fix project creation flow Change-Id: I2373982b37807db17391149a7ad40ebd4a5894ed
diff --git a/apps/canvas/front/src/components/actions.tsx b/apps/canvas/front/src/components/actions.tsx index f292c30..de04e9e 100644 --- a/apps/canvas/front/src/components/actions.tsx +++ b/apps/canvas/front/src/components/actions.tsx
@@ -155,6 +155,7 @@ const edit = useCallback(async () => { store.setMode("edit"); }, [store]); + // TODO(gio): refresh projects const deleteProject = useCallback(async () => { if (projectId == null) { return;