feat: Add support for project cancellation status across the application
This commit is contained in:
@@ -32,6 +32,7 @@ export default function ProjectMap({
|
||||
label: "In Progress (Construction)",
|
||||
},
|
||||
fulfilled: { color: "#10B981", label: "Completed" },
|
||||
cancelled: { color: "#EF4444", label: "Cancelled" },
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user