Skip to content

Commit

Permalink
ftr: switched from approved state to sent
Browse files Browse the repository at this point in the history
TRACEFOSS-1002
  • Loading branch information
fbedarf committed Feb 14, 2023
1 parent 5bb014c commit 0f24e7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/modules/shared/model/notification.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import type { Pagination, PaginationResponse } from '@core/model/pagination.mode
export enum NotificationStatus {
ACCEPTED = 'ACCEPTED',
ACKNOWLEDGED = 'ACKNOWLEDGED',
APPROVED = 'SENT',
APPROVED = 'APPROVED',
CANCELED = 'CANCELED',
CLOSED = 'CLOSED',
CREATED = 'CREATED',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
@apply bg-createdLight text-createdDark before:bg-createdDark;
}

&--APPROVED {
&--SENT {
@apply bg-pendingLight text-pendingDark before:bg-pendingDark;
}

Expand Down

0 comments on commit 0f24e7a

Please sign in to comment.