Commit fc542115 authored by Joel's avatar Joel

fix: delimiter

parent d68c85e4
...@@ -52,7 +52,7 @@ const CSVDownload: FC<ICSVDownloadProps> = ({ ...@@ -52,7 +52,7 @@ const CSVDownload: FC<ICSVDownloadProps> = ({
filename={'template'} filename={'template'}
bom={true} bom={true}
config={{ config={{
delimiter: ';', // delimiter: ';',
}} }}
data={[ data={[
template, template,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment