make header required in the csv file

This commit is contained in:
Hongbo Wu 2023-08-14 14:01:56 +08:00
parent d25f19207b
commit af5d26209d

View file

@ -86,7 +86,6 @@ export default function ImportUploader(): JSX.Element {
optional: true,
},
],
isHeaderNameOptional: true,
}
const onFinish = (values: unknown) => {