Explorar el Código

update

tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui hace 1 año
padre
commit
2d70dc8ac6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/components/CreateProject/StaffAllocation.tsx

+ 1
- 1
src/components/CreateProject/StaffAllocation.tsx Ver fichero

@@ -172,7 +172,7 @@ const StaffAllocation: React.FC<Props> = ({
const q = query.toLowerCase();
return (
(staff.name.toLowerCase().includes(q) ||
staff.id.toString().includes(q) ||
staff.staffId.toString().includes(q) ||
staff.currentPosition?.toLowerCase().includes(q)) &&
Object.entries(filters).every(([filterKey, filterValue]) => {
const staffColumnValue = staff[filterKey as keyof StaffResult];


Cargando…
Cancelar
Guardar