From e40001f5592eea8c07b8d3041253925f36850fe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=80=EC=A7=80?= Date: Fri, 8 Mar 2024 16:51:55 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=EB=AA=A8=EC=A7=91=EC=9D=98=EB=A2=B0?= =?UTF-8?q?=EC=84=9C=20=EC=A7=80=EC=9B=90=EC=9E=90=20=ED=8C=9D=EC=97=85=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Pages/PopUp/ApplicationPopup/index.tsx | 2 +- src/Pages/PopUp/RecruitmentRequestPopup/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Pages/PopUp/ApplicationPopup/index.tsx b/src/Pages/PopUp/ApplicationPopup/index.tsx index ff81015..aaeffc9 100644 --- a/src/Pages/PopUp/ApplicationPopup/index.tsx +++ b/src/Pages/PopUp/ApplicationPopup/index.tsx @@ -14,7 +14,7 @@ export function ApplicationPopup() { application_status: 'APPROVED', student_name: '', recruitment_id: id ? id : '', - year: date.getFullYear().toString(), + year: '', }); const { diff --git a/src/Pages/PopUp/RecruitmentRequestPopup/index.tsx b/src/Pages/PopUp/RecruitmentRequestPopup/index.tsx index 8b1e481..255a735 100644 --- a/src/Pages/PopUp/RecruitmentRequestPopup/index.tsx +++ b/src/Pages/PopUp/RecruitmentRequestPopup/index.tsx @@ -14,7 +14,7 @@ export function RecruitmentRequestPopup() { application_status: 'REQUESTED', student_name: '', recruitment_id: id ? id : '', - year: date.getFullYear().toString(), + year: '', }); const {