- removed console.logs
This commit is contained in:
@@ -22,7 +22,6 @@ const SoundUpload = () => {
|
||||
};
|
||||
|
||||
const handleSubmit = async (values: SoundUploadValue) => {
|
||||
console.log(values);
|
||||
if (!values.soundFile) {
|
||||
toast.warning("Please select an audio file");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user