diff --git a/src/modules/Docker/ContainerActionBar.tsx b/src/modules/Docker/ContainerActionBar.tsx index 7f172297e..07a1cde96 100644 --- a/src/modules/Docker/ContainerActionBar.tsx +++ b/src/modules/Docker/ContainerActionBar.tsx @@ -189,7 +189,7 @@ const useDockerActionMutation = () => { { action, id: container.Id }, { onSuccess: () => { - notifications.show({ + notifications.update({ id: container.Id, title: containerName, message: `${t(`actions.${action}.end`)} ${containerName}`,