Browse Source

chart default show month

tags/Baseline_30082024_FRONTEND_UAT
Mac\David 1 year ago
parent
commit
00e8ae0753
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/components/StaffUtilization/StaffUtilization.tsx

+ 1
- 1
src/components/StaffUtilization/StaffUtilization.tsx View File

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


Loading…
Cancel
Save