Skip to content

Commit 0f24e7a

Browse files
committed
ftr: switched from approved state to sent
TRACEFOSS-1002
1 parent 5bb014c commit 0f24e7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/modules/shared/model/notification.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import type { Pagination, PaginationResponse } from '@core/model/pagination.mode
2525
export enum NotificationStatus {
2626
ACCEPTED = 'ACCEPTED',
2727
ACKNOWLEDGED = 'ACKNOWLEDGED',
28-
APPROVED = 'SENT',
28+
APPROVED = 'APPROVED',
2929
CANCELED = 'CANCELED',
3030
CLOSED = 'CLOSED',
3131
CREATED = 'CREATED',

src/app/modules/shared/modules/notification/notification-tab/notification-tab.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
@apply bg-createdLight text-createdDark before:bg-createdDark;
5151
}
5252

53-
&--APPROVED {
53+
&--SENT {
5454
@apply bg-pendingLight text-pendingDark before:bg-pendingDark;
5555
}
5656

0 commit comments

Comments
 (0)