Merge branch 'main' of https://git.marcoaiot.com/admin/marco.pms.web into Issues_July_2W

This commit is contained in:
Kartik sharma 2025-07-15 18:43:15 +05:30
commit 9d8bb45127

View File

@ -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 {