diff --git a/frontend/src/components/cases/data/categories.tsx b/frontend/src/components/cases/data/categories.tsx index f00bad37f..120f6e92b 100644 --- a/frontend/src/components/cases/data/categories.tsx +++ b/frontend/src/components/cases/data/categories.tsx @@ -24,7 +24,7 @@ export const statuses = [ icon: CheckCircleIcon, }, { - value: "in progress", + value: "in_progress", label: "In Progress", icon: TrafficConeIcon, }, diff --git a/frontend/src/components/cases/data/tasks.json b/frontend/src/components/cases/data/tasks.json index fb4c734e8..41703733b 100644 --- a/frontend/src/components/cases/data/tasks.json +++ b/frontend/src/components/cases/data/tasks.json @@ -150,7 +150,7 @@ "action": ["Support their health-conscious choice. Offer a complimentary vegan appetizer."], "context": ["vegan", "gluten-free"], "suppression": {"Is between 12 to 14 inches": true, "Is pizza": true, "Order describes only one pizza": true}, - "status": "open", + "status": "in_progress", "priority": "medium" }, { @@ -161,7 +161,7 @@ "action": ["Ponder their adventurous palate. Serve with a cautionary note on sweetness overload."], "context": ["cheese-lover", "sweet"], "suppression": {"Is between 12 to 14 inches": true, "Is pizza": true, "Order describes only one pizza": true}, - "status": "open", + "status": "in_progress", "priority": "medium" } ]