Skip to content

Commit

Permalink
feature: add mylink notification channel
Browse files Browse the repository at this point in the history
  • Loading branch information
sbgap committed Apr 18, 2024
1 parent 0cbf334 commit 32976ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NotificationChannelList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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: '',
Expand Down

0 comments on commit 32976ef

Please sign in to comment.