소스 검색

1. timesheet amendment - staff selection - sort by staffId

pull/5/head
cyril.tsui 6 달 전
부모
커밋
534c906782
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/components/TimesheetAmendment/TimesheetAmendment.tsx

+ 1
- 1
src/components/TimesheetAmendment/TimesheetAmendment.tsx 파일 보기

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

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


불러오는 중...
취소
저장