feat: implement 'not_started' task status with validation and UI updates
This commit is contained in:
@@ -25,6 +25,10 @@ export default function TaskStatusDropdown({
|
||||
}, []);
|
||||
|
||||
const statusConfig = {
|
||||
not_started: {
|
||||
label: t("taskStatus.not_started"),
|
||||
variant: "secondary",
|
||||
},
|
||||
pending: {
|
||||
label: t("taskStatus.pending"),
|
||||
variant: "warning",
|
||||
|
||||
Reference in New Issue
Block a user