Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 94a8210

Browse files
#439 - Support CSV
1 parent 8747dbd commit 94a8210

File tree

1 file changed

+1
-0
lines changed
  • client/src/components/Upload/Initial

1 file changed

+1
-0
lines changed

client/src/components/Upload/Initial/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export default function Initial({ onError, onUpload, templateId }) {
4040
const allowedMineTypes = [
4141
"application/vnd.ms-excel",
4242
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
43+
"text/csv",
4344
];
4445
if (files && files[0] && allowedMineTypes.indexOf(files[0].type) !== -1)
4546
onUpload(files[0]);

0 commit comments

Comments
 (0)