From 31726bb8670bfcfeafd270caf07047c6e023ba91 Mon Sep 17 00:00:00 2001 From: unknown <18119604035@163.com> Date: Sat, 29 Jul 2023 09:08:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=BA=90=E8=AF=BE=E4=BB=B6=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/compenents/upload-courseware-button/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compenents/upload-courseware-button/index.tsx b/src/compenents/upload-courseware-button/index.tsx index 17fd50f..d4dd9cb 100644 --- a/src/compenents/upload-courseware-button/index.tsx +++ b/src/compenents/upload-courseware-button/index.tsx @@ -60,7 +60,6 @@ export const UploadCoursewareButton = (props: PropsInterface) => { beforeUpload: async (file: File) => { let extension: any = file.name.split("."); extension = extension[extension.length - 1]; - console.log(file.type); if ( file.type === "application/vnd.openxmlformats-officedocument.wordprocessingml.document" ||