feat: Add support for project cancellation status across the application
This commit is contained in:
@@ -29,6 +29,10 @@ export default function ProjectStatusDropdownDebug({
|
||||
label: "Completed",
|
||||
variant: "success",
|
||||
},
|
||||
cancelled: {
|
||||
label: "Cancelled",
|
||||
variant: "danger",
|
||||
},
|
||||
};
|
||||
|
||||
const handleChange = async (newStatus) => {
|
||||
|
||||
Reference in New Issue
Block a user