From ef2d808e701e4f8e544609be35e77dc37a545ceb Mon Sep 17 00:00:00 2001 From: Vladyslav_Prykhodko Date: Wed, 1 Feb 2023 12:38:59 +0200 Subject: [PATCH] Merge remote-tracking branch 'klimov/feature/notification-system' into feature/notification-system --- ui-ngx/src/app/shared/models/notification.models.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ui-ngx/src/app/shared/models/notification.models.ts b/ui-ngx/src/app/shared/models/notification.models.ts index 910ac8d47e..cdb3cc6c48 100644 --- a/ui-ngx/src/app/shared/models/notification.models.ts +++ b/ui-ngx/src/app/shared/models/notification.models.ts @@ -251,7 +251,6 @@ export enum NotificationTargetConfigType { ALL_USERS = 'ALL_USERS', USER_LIST = 'USER_LIST', CUSTOMER_USERS = 'CUSTOMER_USERS', - ALL_USERS = 'ALL_USERS', ORIGINATOR_ENTITY_OWNER_USERS = 'ORIGINATOR_ENTITY_OWNER_USERS' }