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} />