Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
wayne.lee
/
tsms
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
2
Wiki
Actividad
Explorar el Código
1. timesheet amendment - staff selection - sort by staffId
pull/5/head
cyril.tsui
hace 6 meses
padre
3311747d4a
commit
534c906782
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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>(
Escribir
Vista previa
Cargando…
Cancelar
Guardar