Skip to content
Snippets Groups Projects
Commit 4b45dad7 authored by 이권민's avatar 이권민
Browse files

[EDIT] 투표 종료 시간 안내 문구 추가

parent c594fe95
Branches
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ function MeetingInfoForm() {
</select>
</label>
</div>
<div>
<div className="calendar-month">
<Calendar usingDate={usingDate} setUsingDate={setUsingDate} />
</div>
<div className="timeStartEnd">
......@@ -116,6 +116,7 @@ function MeetingInfoForm() {
onChange={handleNumber}
placeholder="예상 투표 인원(선택)"
/>
<a>예상 투표 종료 시간(선택)</a>
<Input type="datetime-local" value={endVote} onChange={handleVoteEnd} />
<Button type="submit" text="시작하기" />
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment