From 03b898f84cd5e853a5959a8b89f381e1417ac19d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Tr=C3=A1vn=C3=ADk?= Date: Sun, 30 Nov 2025 15:38:45 +0100 Subject: [PATCH] Update app/client/modules/notifications/components/create-notification-form.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../notifications/components/create-notification-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/modules/notifications/components/create-notification-form.tsx b/app/client/modules/notifications/components/create-notification-form.tsx index c92321e..fcf31bd 100644 --- a/app/client/modules/notifications/components/create-notification-form.tsx +++ b/app/client/modules/notifications/components/create-notification-form.tsx @@ -73,7 +73,7 @@ const defaultValuesForType = { telegram: { type: "telegram" as const, botToken: "", - chatId: "" + chatId: "", }, custom: { type: "custom" as const,