mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-06-15 14:28:21 +00:00
Update AppImage 1.2.1.4
This commit is contained in:
@@ -422,6 +422,12 @@ export function HealthStatusModal({ open, onOpenChange, getApiUrl }: HealthStatu
|
||||
|
||||
// Fetch fresh data in background (non-blocking)
|
||||
fetchHealthDetails().catch(() => {})
|
||||
|
||||
// Notify other mounted views (e.g. Settings → Active Suppressions
|
||||
// panel) that the suppression set has changed so they can refresh.
|
||||
try {
|
||||
window.dispatchEvent(new CustomEvent("health-suppression-changed"))
|
||||
} catch {}
|
||||
} catch (err) {
|
||||
console.error("Error dismissing:", err)
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user