Skip to content

Commit

Permalink
Merge pull request #182 from IT-Cotato/hotfix/COT-133_resolve_modify_…
Browse files Browse the repository at this point in the history
…attendance_problem

hotfix/COT-133_resolve_modify_attendance_problem
  • Loading branch information
WONYOUNG-HC authored Jan 2, 2025
2 parents 47123b7 + a9b75d9 commit 8ca8256
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const AttendanceStatusDropdown: React.FC<AttendanceStatusDropdownProps> = ({
try {
await api.patch(`/v2/api/attendances/${attendanceId}/records`, {
memberId,
attendanceResult: status.toUpperCase(),
result: status.toUpperCase(),
});

mutateAttendancesAttendanceIdRecords();
Expand Down

0 comments on commit 8ca8256

Please sign in to comment.