Browse Source

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

pull/8046/head
Vladyslav_Prykhodko 3 years ago
parent
commit
ef2d808e70
  1. 1
      ui-ngx/src/app/shared/models/notification.models.ts

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

Loading…
Cancel
Save