🐛 Fix docker action notification never going away

Fixes #1216
This commit is contained in:
ajnart
2023-08-12 21:00:18 +02:00
parent b71de91d37
commit 7614ec25c3

View File

@@ -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}`,