Skip to content

Commit c9e7002

Browse files
committed
fix accetps
1 parent 233644f commit c9e7002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/import-file.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const ImportFile = () => {
3333
type="file"
3434
onInput={handleOnInput}
3535
accept="
36-
application/jsonjson,
36+
.json,
3737
.jsonl,
3838
.ndjson,
3939
.geojson,

0 commit comments

Comments
 (0)