fix: 불필요한 콘솔 로그 제거
This commit is contained in:
parent
071fa6620a
commit
4604cccb42
@ -24,11 +24,6 @@ export default function LectureForm({ title, topic, to = '..', initialValues = {
|
|||||||
if (initialValues.time) timeRef.current.value = initialValues.time;
|
if (initialValues.time) timeRef.current.value = initialValues.time;
|
||||||
}, [initialValues]);
|
}, [initialValues]);
|
||||||
|
|
||||||
useEffect(() => {
|
|
||||||
console.log(imageFileRef.current.value);
|
|
||||||
console.log(imageFileRef.current && imageFileRef.current.files[0]);
|
|
||||||
}, [imageFileRef]);
|
|
||||||
|
|
||||||
const handleSubmit = async (e) => {
|
const handleSubmit = async (e) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user