Skip to content

Commit

Permalink
fix-fe: 모집 공고 생성시 시작일을 종료일보다 늦은 시점으로 설정 가능한 문제 수정 (#488)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Seongjin Hong <[email protected]>
  • Loading branch information
github-actions[bot] and seongjinme committed Aug 23, 2024
1 parent f1d457f commit 04cf8da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
/>
Expand Down

0 comments on commit 04cf8da

Please sign in to comment.