We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2df5f commit 0f5c752Copy full SHA for 0f5c752
1 file changed
src/import-page/file-section/FileSection.jsx
@@ -41,7 +41,7 @@ const FileSection = ({ intl, courseId }) => {
41
handleError,
42
))
43
}
44
- accept={{ 'application/gzip': ['.tar.gz'] }}
+ accept={{ 'application/x-tar.gz': ['.tar.gz'] }}
45
data-testid="dropzone"
46
style={{ height: '200px' }}
47
/>
0 commit comments