Skip to content

Commit

Permalink
[TM-1425] fix error color tag in table monitored
Browse files Browse the repository at this point in the history
  • Loading branch information
dottyy committed Dec 18, 2024
1 parent 8f92486 commit e877b8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/admin/components/Fields/CustomChipField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ const STATUS_CLASSNAME_MAP: { [key: string]: string } = {
"Needs Info": "bg-tertiary-50 text-tertiary-650",
"Needs more information": "bg-tertiary-50 text-tertiary-650",
"More info requested": "bg-tertiary-50 text-tertiary-650",
"No Update": "bg-grey-200 text-grey-500"
"No Update": "bg-grey-200 text-grey-500",
approved: "bg-green-30 text-green-100",
submitted: "bg-blue-200 text-blue",
"needs info": "bg-tertiary-50 text-tertiary-650"
};

const CustomChipField = ({
Expand Down

0 comments on commit e877b8a

Please sign in to comment.