mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
make header required in the csv file
This commit is contained in:
parent
d25f19207b
commit
af5d26209d
1 changed files with 0 additions and 1 deletions
|
|
@ -86,7 +86,6 @@ export default function ImportUploader(): JSX.Element {
|
|||
optional: true,
|
||||
},
|
||||
],
|
||||
isHeaderNameOptional: true,
|
||||
}
|
||||
|
||||
const onFinish = (values: unknown) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue