diff --git a/ui/src/domain/settings.ts b/ui/src/domain/settings.ts index df09f02d..c98dfd6d 100644 --- a/ui/src/domain/settings.ts +++ b/ui/src/domain/settings.ts @@ -132,6 +132,7 @@ export const notifyChannelsMap: Map = new [ [NOTIFY_CHANNELS.EMAIL, "common.notifier.email"], [NOTIFY_CHANNELS.DINGTALK, "common.notifier.dingtalk"], + [NOTIFY_CHANNELS.GOTIFY, "common.notifier.gotify"], [NOTIFY_CHANNELS.LARK, "common.notifier.lark"], [NOTIFY_CHANNELS.WECOM, "common.notifier.wecom"], [NOTIFY_CHANNELS.TELEGRAM, "common.notifier.telegram"],