- updated flow of appl submission;
- updated max file size across the app;
This commit is contained in:
@@ -11,4 +11,6 @@ export const mimeTypes = [
|
||||
name: 'Excel',
|
||||
code: '.xls,.xlsx,.ods,application/vnd.ms-excel,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.oasis.opendocument.spreadsheet'
|
||||
}
|
||||
];
|
||||
];
|
||||
|
||||
export const defaultMaxFileSize = 314572800; // 314572800 = 300 Mb
|
||||
Reference in New Issue
Block a user