Merge branch 'main' of https://git.marcoaiot.com/admin/marco.pms.web into Issues_July_2W
This commit is contained in:
commit
9d8bb45127
@ -120,7 +120,7 @@ export const useEmployeesAllOrByProjectId = (projectId, showInactive) => {
|
||||
: ['projectEmployees', projectId];
|
||||
|
||||
const queryFn = async () => {
|
||||
if (isAllEmployees) {
|
||||
if (isAllEmployees) {
|
||||
const res = await EmployeeRepository.getAllEmployeeList(showInactive);
|
||||
return res.data;
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user