From 3b1eb7d89b470094796b5f7961368703e9619aaa Mon Sep 17 00:00:00 2001 From: sbgap Date: Tue, 2 Jul 2024 15:54:34 +0200 Subject: [PATCH] fix: remove unsupported notification channel types --- src/components/NotificationChannelList.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/NotificationChannelList.vue b/src/components/NotificationChannelList.vue index f159b24e..9ea9374a 100644 --- a/src/components/NotificationChannelList.vue +++ b/src/components/NotificationChannelList.vue @@ -385,10 +385,8 @@ export default { { text: 'smtp (mail)', value: 'smtp' }, { text: 'twilio (sms)', value: 'twilio_sms' }, { text: 'twilio (call + sms)', value: 'twilio_call' }, - { text: 'link moblity (sms)', value: 'link_mobility' }, { text: 'link moblity xml (sms)', value: 'link_mobility_xml' }, - { text: 'my link', value: 'my_link' }, - { text: 'jira', value: 'jira' } + { text: 'my link', value: 'my_link' } ], search: '', dialog: false,