Update app/client/modules/notifications/components/create-notification-form.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jakub Trávník
2025-11-30 15:38:45 +01:00
committed by GitHub
parent 6fbb11fefe
commit 03b898f84c

View File

@@ -73,7 +73,7 @@ const defaultValuesForType = {
telegram: {
type: "telegram" as const,
botToken: "",
chatId: ""
chatId: "",
},
custom: {
type: "custom" as const,