chore: trigger CI rebuild for web Docker image (GRO-206)
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -7,7 +7,7 @@ interface StaffForm {
|
|||||||
role: "groomer" | "receptionist" | "manager";
|
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() {
|
export function StaffPage() {
|
||||||
const [staff, setStaff] = useState<Staff[]>([]);
|
const [staff, setStaff] = useState<Staff[]>([]);
|
||||||
|
|||||||
Reference in New Issue
Block a user