mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
only accept csv file when uploading files
This commit is contained in:
parent
1efa314bf9
commit
9321dab04b
1 changed files with 1 additions and 0 deletions
|
|
@ -209,6 +209,7 @@ export default function ImportUploader(): JSX.Element {
|
|||
type="file"
|
||||
onChange={onTypeChange}
|
||||
disabled={uploadState == 'uploading'}
|
||||
accept=".csv"
|
||||
/>
|
||||
{/* <Box>{file && `${file.name}`}</Box> */}
|
||||
</HStack>
|
||||
|
|
|
|||
Loading…
Reference in a new issue