diff --git a/apps/web/src/pages/Staff.tsx b/apps/web/src/pages/Staff.tsx index 143311e..ae08a93 100644 --- a/apps/web/src/pages/Staff.tsx +++ b/apps/web/src/pages/Staff.tsx @@ -7,7 +7,7 @@ interface StaffForm { role: "groomer" | "receptionist" | "manager"; } -const EMPTY_FORM: StaffForm = { name: "", email: "", role: "groomer" }; +const EMPTY_FORM: StaffForm = { name: "", email: "", role: "groomer" }; // GRO-206 rebuild trigger export function StaffPage() { const [staff, setStaff] = useState([]);