Skip to content

Commit

Permalink
Update Upload.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dartpain committed Sep 15, 2023
1 parent 9256926 commit 67e8511
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/upload/Upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ export default function Upload({
'text/x-rst': ['.rst'],
'text/x-markdown': ['.md'],
'application/zip': ['.zip'],
'application/vnd.openxmlformats-officedocument.wordprocessingml.document': ['.docx']
},
});

Expand Down

0 comments on commit 67e8511

Please sign in to comment.