Update notification service

This commit is contained in:
MacRimi
2026-02-28 00:01:01 +01:00
parent 52a4b604dd
commit 0f1413f130
3 changed files with 72 additions and 9 deletions

View File

@@ -441,7 +441,7 @@ export function HealthStatusModal({ open, onOpenChange, getApiUrl }: HealthStatu
disabled={dismissingKey === checkKey}
onClick={(e) => {
e.stopPropagation()
handleAcknowledge(checkKey, e)
handleAcknowledge(checkData.error_key || checkKey, e)
}}
>
{dismissingKey === checkKey ? (