We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916f461 commit b27a9d1Copy full SHA for b27a9d1
frontend/src/components/DataSources/Local/DropZone.tsx
@@ -237,6 +237,7 @@ const DropZone: FunctionComponent = () => {
237
'application/vnd.ms-excel': ['.xls'],
238
'text/markdown': ['.md'],
239
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet': ['.xlsx'],
240
+ 'application/json': ['.json'],
241
},
242
onDrop: (f: Partial<globalThis.File>[]) => {
243
onDropHandler(f);
0 commit comments