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:
commit
9db1d1a839
|
|
@ -50,9 +50,10 @@ export const useTimesheetApi = () => {
|
||||||
if (timesheets !== initialTimesheets) {
|
if (timesheets !== initialTimesheets) {
|
||||||
await shiftStore.updateShifts(employeeEmail);
|
await shiftStore.updateShifts(employeeEmail);
|
||||||
await shiftStore.createNewShifts(employeeEmail);
|
await shiftStore.createNewShifts(employeeEmail);
|
||||||
|
}
|
||||||
|
|
||||||
await timesheetStore.getTimesheetsByOptionalEmployeeEmail(employeeEmail);
|
await timesheetStore.getTimesheetsByOptionalEmployeeEmail(employeeEmail);
|
||||||
await timesheetStore.getPaidTimeOffTotalsWithOptionalEmployeeEmail(employeeEmail);
|
await timesheetStore.getPaidTimeOffTotalsWithOptionalEmployeeEmail(employeeEmail);
|
||||||
}
|
|
||||||
|
|
||||||
timesheetStore.is_loading = false;
|
timesheetStore.is_loading = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user