From 32976ef2327051761224b364758b37866dc0585a Mon Sep 17 00:00:00 2001 From: sbgap Date: Thu, 4 Apr 2024 09:35:25 +0200 Subject: [PATCH] feature: add mylink notification channel --- src/components/NotificationChannelList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/NotificationChannelList.vue b/src/components/NotificationChannelList.vue index e494a52a..f159b24e 100644 --- a/src/components/NotificationChannelList.vue +++ b/src/components/NotificationChannelList.vue @@ -387,6 +387,7 @@ export default { { 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' } ], search: '',