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:
parent
6fbb11fefe
commit
03b898f84c
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ const defaultValuesForType = {
|
||||||
telegram: {
|
telegram: {
|
||||||
type: "telegram" as const,
|
type: "telegram" as const,
|
||||||
botToken: "",
|
botToken: "",
|
||||||
chatId: ""
|
chatId: "",
|
||||||
},
|
},
|
||||||
custom: {
|
custom: {
|
||||||
type: "custom" as const,
|
type: "custom" as const,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue