Merge branch 'main' into feature/file-json

This commit is contained in:
JeevaRamanathan
2024-10-25 16:47:09 +05:30
committed by GitHub
5 changed files with 7 additions and 4 deletions

View File

@@ -316,6 +316,8 @@ function Upload({
['.docx'],
'application/json': ['.json'],
'text/csv': ['.csv'],
'text/html': ['.html'],
'application/epub+zip': ['.epub'],
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet': [
'.xlsx',
],