diff --git a/frontend/src/components/EditorLayout.tsx b/frontend/src/components/EditorLayout.tsx index 58d06ef0..de14d3c9 100644 --- a/frontend/src/components/EditorLayout.tsx +++ b/frontend/src/components/EditorLayout.tsx @@ -1431,6 +1431,7 @@ export default function EditorLayout() { throw new Error(errText || 'Update failed'); } toast.success('Stack updated successfully!'); + fetchImageUpdates(); // Refresh containers after update if (selectedFile === stackFile) { const containersRes = await apiFetch(`/stacks/${stackName}/containers`);