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,