File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/files-and-videos/files-page Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { useDispatch, useSelector } from 'react-redux';
4
4
import { FormattedMessage , useIntl } from '@edx/frontend-platform/i18n' ;
5
5
import { CheckboxFilter , Container } from '@openedx/paragon' ;
6
6
import Placeholder from '../../editors/Placeholder' ;
7
- import { UPLOAD_FILE_MAX_SIZE } from '../../constants' ;
7
+ import { getUploadFileMaxSize } from '../../constants' ;
8
8
9
9
import { RequestStatus } from '../../data/constants' ;
10
10
import { useModels , useModel } from '../../generic/model-store' ;
@@ -92,7 +92,7 @@ const FilesPage = ({
92
92
fileType : 'file' ,
93
93
} ;
94
94
95
- const maxFileSize = UPLOAD_FILE_MAX_SIZE ;
95
+ const maxFileSize = getUploadFileMaxSize ( ) ;
96
96
97
97
const activeColumn = {
98
98
id : 'activeStatus' ,
You can’t perform that action at this time.
0 commit comments