| commit | b1c5c454ffb0cda2b8458268d41d925b0c9e3ab6 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Wed May 21 04:16:54 2025 +0000 |
| committer | gio <gio@v1.dodo.cloud> | Wed May 21 05:13:19 2025 +0000 |
| tree | faa9d742aae329fd284f67bc4baa020ae127c1ed | |
| parent | 6481c9095aef7c7d2a0554b1d1af8a55171a89c3 [diff] [blame] |
Canvas: Refresh env on remove deployment Change-Id: I1e09b50668a41ed11426fa0b8b0a600089e16c19
diff --git a/apps/canvas/front/src/components/actions.tsx b/apps/canvas/front/src/components/actions.tsx index 087d96e..0814d52 100644 --- a/apps/canvas/front/src/components/actions.tsx +++ b/apps/canvas/front/src/components/actions.tsx
@@ -230,6 +230,7 @@ } catch (e) { error("Failed to remove deployment", e instanceof Error ? e.message : undefined); } finally { + store.refreshEnv(); setReloading(false); } }, [projectId, info, error, store]);