Skip to content

Commit

Permalink
hotfix:모집의뢰서 지원자 팝업 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
은지 committed Mar 8, 2024
1 parent 0a3c1cf commit e40001f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Pages/PopUp/ApplicationPopup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function ApplicationPopup() {
application_status: 'APPROVED',
student_name: '',
recruitment_id: id ? id : '',
year: date.getFullYear().toString(),
year: '',
});

const {
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/PopUp/RecruitmentRequestPopup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function RecruitmentRequestPopup() {
application_status: 'REQUESTED',
student_name: '',
recruitment_id: id ? id : '',
year: date.getFullYear().toString(),
year: '',
});

const {
Expand Down

0 comments on commit e40001f

Please sign in to comment.