Skip to content

Commit

Permalink
[CHORE] 빌드 오류 수정 (#206) (#207)
Browse files Browse the repository at this point in the history
* 프로덕션 반영을 위해 머지합니다. (#176)

* fix: 관리자 심사현황/결과 테이블 단계 필터 수정단계 삭제

* fix: 테이블 필터 선택시 1 페이지로 돌아가도록 수정

* fix: textarea css 속성 변경

* [FIX] review form button (#186) (#187)

* feat: 임시저장 버튼 추가

* fix: 학생 페이지 심사 결과보고서 필드명 수정

* chore: 빌드 오류 수정

---------

Co-authored-by: 김현석 <[email protected]>
  • Loading branch information
yesjuhee and hynseok authored Dec 26, 2024
1 parent 1918d8a commit 2fcf411
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/app/admin/results/[thesisId]/AdminReviewContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,10 @@ function ModalContent({ open, setOpen, data, current }: ModalProps) {
showNotificationError({ message: "합격 여부를 선택해주세요." });
return;
}
} else {
if (thesis === "UNEXAMINED") {
// 최종심사이면, 내용만 확인
showNotificationError({ message: "합격 여부를 선택해주세요." });
return;
}
} else if (thesis === "UNEXAMINED") {
// 최종심사이면, 내용만 확인
showNotificationError({ message: "합격 여부를 선택해주세요." });
return;
}

if (
Expand Down

0 comments on commit 2fcf411

Please sign in to comment.