Skip to content

Commit

Permalink
fix :: 지원자 팝업 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
phyuna0525 committed Nov 12, 2024
1 parent 7ea0a4b commit 5cfb283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/PopUp/ApplicationPopup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function ApplicationPopup() {
student_name: '',
recruitment_id: id ? id : '',
year: date.getFullYear().toString(),
winter_intern: false,
winter_intern: true,
});

const {
Expand Down

0 comments on commit 5cfb283

Please sign in to comment.