Explorar el Código

1. timesheet amendment - staff selection - sort by staffId

pull/5/head
cyril.tsui hace 6 meses
padre
commit
534c906782
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/components/TimesheetAmendment/TimesheetAmendment.tsx

+ 1
- 1
src/components/TimesheetAmendment/TimesheetAmendment.tsx Ver fichero

@@ -117,7 +117,7 @@ const TimesheetAmendment: React.FC<Props> = ({
});
},
[],
);
).sort((a, b) => a.staffId.localeCompare(b.staffId));
}, [localTeamLeaves, localTeamTimesheets]);

const [selectedStaff, setSelectedStaff] = useState<MemberOption>(


Cargando…
Cancelar
Guardar