| commit | 6223714336ad69a661483a2cdf0acd1585ea5fcf | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Mon May 19 10:39:40 2025 +0000 |
| committer | gio <gio@v1.dodo.cloud> | Mon May 19 10:39:40 2025 +0000 |
| tree | a32c4ffb766a3e49995431015e460c57f6a9dcd6 | |
| parent | 97efd7256d5d4d12654be30c24500edbf4cf7556 [diff] [blame] |
Canvas: Refresh env on successful deployment Change-Id: I7e27b21dd4409eb76fb02ab3feaf35fb56d0b989
diff --git a/apps/canvas/front/src/components/actions.tsx b/apps/canvas/front/src/components/actions.tsx index b8771b3..83b40e1 100644 --- a/apps/canvas/front/src/components/actions.tsx +++ b/apps/canvas/front/src/components/actions.tsx
@@ -115,6 +115,7 @@ } else { error("Deployment failed", await resp.text()); } + store.refreshEnv(); } catch (e) { error("Deployment failed", e instanceof Error ? e.message : undefined); } finally {