Skip to content
Snippets Groups Projects
Commit d0ac8acd authored by 석찬 윤's avatar 석찬 윤
Browse files

fix: 불필요 state삭제

parent 918ab777
No related branches found
No related tags found
1 merge request!57fix: event전달 함수 누락 오류 해결
Pipeline #11056 passed
......@@ -15,9 +15,6 @@ const CreateMeetingModal = ({ isOpen, onClose, onMeetingCreated }) => {
const [dayEnd, setDayEnd] = useState("");
const [hourEnd, setHourEnd] = useState("0");
const [minuteEnd, setMinuteEnd] = useState("0");
const [dayDeadline, setDayDeadline] = useState("");
const [hourDeadline, setHourDeadline] = useState("0");
const [minuteDeadline, setMinuteDeadline] = useState("0");
const [maxNum, setMaxNum] = useState("1");
const minutes = ["0", "15", "30", "45"];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment