CSV export

This commit is contained in:
Hillel Coren 2022-05-20 12:17:17 +03:00
parent fcd42476fb
commit 6e6583935e
1 changed files with 1 additions and 1 deletions

View File

@ -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) {