Skip to content

Commit

Permalink
Merge pull request #26 from gapitio/notification_channels
Browse files Browse the repository at this point in the history
fix: remove unsupported notification channel types
  • Loading branch information
sbgap committed Jul 2, 2024
2 parents 45547f7 + 3b1eb7d commit 83126e4
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 83126e4

Please sign in to comment.