Merge pull request #9106 from ArtemDzhereleiko/AD/notification-settings/remove-microsoft
Remove Microsoft teams from Notification settings
This commit is contained in:
commit
7164c7fd52
@ -67,7 +67,8 @@ export class NotificationSettingsComponent extends PageComponent implements OnIn
|
|||||||
|
|
||||||
private getNotificationDeliveryMethods(): NotificationDeliveryMethod[] {
|
private getNotificationDeliveryMethods(): NotificationDeliveryMethod[] {
|
||||||
const deliveryMethods = new Set([
|
const deliveryMethods = new Set([
|
||||||
NotificationDeliveryMethod.SLACK
|
NotificationDeliveryMethod.SLACK,
|
||||||
|
NotificationDeliveryMethod.MICROSOFT_TEAMS
|
||||||
]);
|
]);
|
||||||
return Object.values(NotificationDeliveryMethod).filter(type => !deliveryMethods.has(type));
|
return Object.values(NotificationDeliveryMethod).filter(type => !deliveryMethods.has(type));
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user