Skip to content
Snippets Groups Projects
Unverified Commit 13e84db7 authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

Increase file upload size to 30mb (#5461)

parent 9c120915
Branches
Tags
No related merge requests found
......@@ -45,7 +45,7 @@ export const PRESENTATION_SUPPORTED_EXTENSIONS = Object.keys(PRESENTATION_SUPPOR
export const PRESENTATION_SUPPORTED_MIMES = Object.values(PRESENTATION_SUPPORTED_FORMATS);
export const IMAGE_MAX_FILE_COEFF = 3;
export const PRESENTATION_MAX_FILE_COEFF = 10;
export const PRESENTATION_MAX_FILE_COEFF = 30;
export const fileValidation = (file, type) => {
const MEBIBYTE = 1024 * 1024;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment