build out client page, edit functionality, create functionality, data massager
This commit is contained in:
parent
f510645a31
commit
34f2c110d6
15 changed files with 1571 additions and 1681 deletions
|
|
@ -1052,7 +1052,7 @@ const getBadgeColor = (status) => {
|
|||
return "success";
|
||||
case "in progress":
|
||||
case "pending":
|
||||
return "warning";
|
||||
return "warn";
|
||||
case "not started":
|
||||
case "closed":
|
||||
case "cancelled":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue