Skip to content

Commit

Permalink
fix: remove unsupported notification channel types
Browse files Browse the repository at this point in the history
  • Loading branch information
sbgap committed Jul 2, 2024
1 parent 7bc26be commit 3b1eb7d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/NotificationChannelList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3b1eb7d

Please sign in to comment.