CSV export
This commit is contained in:
parent
fcd42476fb
commit
6e6583935e
|
|
@ -177,7 +177,7 @@ class _ImportExportState extends State<ImportExport> {
|
||||||
data: json.encode(
|
data: json.encode(
|
||||||
{
|
{
|
||||||
'send_email': true,
|
'send_email': true,
|
||||||
//'report_keys': <String>[],
|
'report_keys': ['name'],
|
||||||
},
|
},
|
||||||
))
|
))
|
||||||
.then((dynamic result) {
|
.then((dynamic result) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue