Merge remote-tracking branch 'klimov/feature/notification-system' into feature/notification-system

This commit is contained in:
Vladyslav_Prykhodko 2023-02-01 12:38:59 +02:00
parent 1b3c651d33
commit ef2d808e70

View File

@ -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'
}