Merge pull request 'release/nicolas/v1.1' (#82) from release/nicolas/v1.1 into main

Reviewed-on: Targo/targo_frontend#82
This commit is contained in:
Nicolas 2026-02-23 15:02:03 -05:00
commit 9db1d1a839

View File

@ -50,9 +50,10 @@ export const useTimesheetApi = () => {
if (timesheets !== initialTimesheets) {
await shiftStore.updateShifts(employeeEmail);
await shiftStore.createNewShifts(employeeEmail);
}
await timesheetStore.getTimesheetsByOptionalEmployeeEmail(employeeEmail);
await timesheetStore.getPaidTimeOffTotalsWithOptionalEmployeeEmail(employeeEmail);
}
timesheetStore.is_loading = false;
}