From 04cf8da80ea803921794b7af4d2f489064d61753 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 15:52:17 +0900 Subject: [PATCH] =?UTF-8?q?fix-fe:=20=EB=AA=A8=EC=A7=91=20=EA=B3=B5?= =?UTF-8?q?=EA=B3=A0=20=EC=83=9D=EC=84=B1=EC=8B=9C=20=EC=8B=9C=EC=9E=91?= =?UTF-8?q?=EC=9D=BC=EC=9D=84=20=EC=A2=85=EB=A3=8C=EC=9D=BC=EB=B3=B4?= =?UTF-8?q?=EB=8B=A4=20=EB=8A=A6=EC=9D=80=20=EC=8B=9C=EC=A0=90=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EC=84=A4=EC=A0=95=20=EA=B0=80=EB=8A=A5=ED=95=9C=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95=20(#488)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Seongjin Hong --- .../components/dashboard/DashboardCreate/Recruitment/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/dashboard/DashboardCreate/Recruitment/index.tsx b/frontend/src/components/dashboard/DashboardCreate/Recruitment/index.tsx index 301d0a3b5..834b75f02 100644 --- a/frontend/src/components/dashboard/DashboardCreate/Recruitment/index.tsx +++ b/frontend/src/components/dashboard/DashboardCreate/Recruitment/index.tsx @@ -85,6 +85,7 @@ export default function Recruitment({ recruitmentInfoState, setRecruitmentInfoSt width="22rem" label="시작일" min={today} + max={recruitmentInfoState.endDate.split('T')[0]} innerText={startDateText} onChange={handleStartDate} />