show error

This commit is contained in:
2023-10-19 19:02:37 +10:00
parent 1ef4332df6
commit 8c910ed5f3

View File

@@ -1095,6 +1095,7 @@ const uploadFileById = (uploadId: string, file: File): void => {
});
}
console.log(error);
removeMediaItem(uploadId);
});
};