diff --git a/src/components/Dialogs/DialogDebug.vue b/src/components/Dialogs/DialogDebug.vue index 917151c0e..94c5c349f 100644 --- a/src/components/Dialogs/DialogDebug.vue +++ b/src/components/Dialogs/DialogDebug.vue @@ -145,9 +145,9 @@ async function uploadProfile(code: string) { async function uploadFileDoc(uploadUrl: string, file: any) { try { await axios.put(uploadUrl, file, { - headers: { - "Content-Type": file.type, - }, + // headers: { + // "Content-Type": file.type, + // }, }); } catch (e) { messageError($q, e);