* fix: response display to show medium size on even the content isn't big enough

* fix: don't show download button when there isn't submission files

* feat: additional default support file for image renderer
This commit is contained in:
leangseu-edx
2022-01-24 14:30:07 -05:00
committed by GitHub
parent f7341efc71
commit 46ebc899ee
8 changed files with 213 additions and 50 deletions

View File

@@ -7,6 +7,11 @@ export const FileTypes = StrictDict({
png: 'png',
bmp: 'bmp',
txt: 'txt',
gif: 'gif',
jfif: 'jfif',
pjpeg: 'pjpeg',
pjp: 'pjp',
svg: 'svg',
});
export default FileTypes;