Merge branch 'FE/FixBug' into 'frontend'
[Front-End] fix: 불필요 콘솔 로그 제거 See merge request s11-webmobile1-sub2/S11P12A701!172
This commit is contained in:
commit
128a4d9419
@ -24,11 +24,6 @@ export default function LectureForm({ title, topic, to = '..', initialValues = {
|
||||
if (initialValues.time) timeRef.current.value = initialValues.time;
|
||||
}, [initialValues]);
|
||||
|
||||
useEffect(() => {
|
||||
console.log(imageFileRef.current.value);
|
||||
console.log(imageFileRef.current && imageFileRef.current.files[0]);
|
||||
}, [imageFileRef]);
|
||||
|
||||
const handleSubmit = async (e) => {
|
||||
e.preventDefault();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user