UI Updates.

This commit is contained in:
Patrick Fic
2021-04-01 09:44:29 -07:00
parent 10690ec187
commit ad0347e25b
17 changed files with 1262 additions and 1027 deletions

View File

@@ -30,7 +30,9 @@ export function TechClockOffButton({
const [form] = Form.useForm();
const { t } = useTranslation();
const emps = bodyshop.employees.filter((e) => e.id === technician.id)[0];
const emps = bodyshop.employees.filter(
(e) => e.id === technician && technician.id
)[0];
const handleFinish = async (values) => {
logImEXEvent("tech_clock_out_job");