From 3fd78596843645004162d93534a0a390cd303e32 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 23 Mar 2026 17:52:50 -0600 Subject: [PATCH] Fix typo --- .../config-form/sectionExtras/NotificationsSettingsExtras.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/config-form/sectionExtras/NotificationsSettingsExtras.tsx b/web/src/components/config-form/sectionExtras/NotificationsSettingsExtras.tsx index f9fb6addf..f63b44af8 100644 --- a/web/src/components/config-form/sectionExtras/NotificationsSettingsExtras.tsx +++ b/web/src/components/config-form/sectionExtras/NotificationsSettingsExtras.tsx @@ -58,7 +58,7 @@ import type { ConfigSectionData, JsonObject } from "@/types/configForm"; import { sanitizeSectionData } from "@/utils/configUtil"; import type { SectionRendererProps } from "./registry"; -const NOTIFICATION_SERVICE_WORKER = "/notification-worker.js"; +const NOTIFICATION_SERVICE_WORKER = "/notifications-worker.js"; import { SettingsGroupCard, SPLIT_ROW_CLASS_NAME,