Explorar el Código

chart default show month

tags/Baseline_30082024_FRONTEND_UAT
Mac\David hace 1 año
padre
commit
00e8ae0753
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/components/StaffUtilization/StaffUtilization.tsx

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

@@ -171,7 +171,7 @@ const StaffUtilization: React.FC<Props> = ({ abilities, staff }) => {
// monthDates.push(formattedDate);
// }
const [teamTotalManhoursSpentPeriod, setTeamTotalManhoursSpentPeriod]: any[] =
React.useState(weekDates);
React.useState(monthDates);
const [
teamTotalManhoursByStaffGrade,
setTeamTotalManhoursByStaffGrade,


Cargando…
Cancelar
Guardar