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

[EDIT] 투표 가능 시작시간 초기값 설정

parent 35cc723b
Branches
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ function MeetingInfoForm() {
const [endVote, setEndVote] = useState("");
const [startTime, setStartTime] = useState("");
const [endTime, setEndTime] = useState("");
const [startNum, setStartNum] = useState();
const [startNum, setStartNum] = useState(0);
const [endNum, setEndNum] = useState();
const navigate = useNavigate();
const location = useLocation();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment