Commit a56ab4c2 authored by Joel's avatar Joel

Merge branch 'feat/multi-generation' into deploy/dev

parents 68c802bb fc542115
...@@ -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