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

Commit 3acfd99

Browse files
committed
issue #269 fixed
1 parent f450db4 commit 3acfd99

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
@@ -82,6 +82,7 @@ export default function Initial({ onError, onUpload, templateId }) {
8282
onChange={(e) => upload(e.target.files)}
8383
ref={fileInputRef}
8484
type="file"
85+
accept=".csv,.xls,.xlsx,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-excel"
8586
/>
8687
<img src={spreadsheetIcon} alt="icon" />
8788
<div className={style.label1}>

0 commit comments

Comments
 (0)