diff --git a/src/backend_requests/PostLeave.tsx b/src/backend_requests/PostLeave.tsx index 795d04e..0845032 100644 --- a/src/backend_requests/PostLeave.tsx +++ b/src/backend_requests/PostLeave.tsx @@ -19,7 +19,6 @@ export const postLeaveToServer = async ( }, body: JSON.stringify(json_to_send), }); - console.log(response); if (response.ok) { const response_json = await response.json(); onDisplayNotification(response_json.msg); diff --git a/src/screens/ApplyLeave/components/DocumentUpload.tsx b/src/screens/ApplyLeave/components/DocumentUpload.tsx index 29fbdf1..3947979 100644 --- a/src/screens/ApplyLeave/components/DocumentUpload.tsx +++ b/src/screens/ApplyLeave/components/DocumentUpload.tsx @@ -78,8 +78,8 @@ function DocumentAdd({ DocumentPicker.types.docx, // docx DocumentPicker.types.doc, // doc DocumentPicker.types.xls, // xls - "application/vnd.oasis.opendocument.text", // odt - "application/vnd.oasis.opendocument.spreadsheet", // ods + // "application/vnd.oasis.opendocument.text", // odt + // "application/vnd.oasis.opendocument.spreadsheet", // ods "image/bmp", // bmp "image/png", // png "image/jpeg", // jpg, jpeg