diff --git a/lib/ui/settings/import_export.dart b/lib/ui/settings/import_export.dart index cb6e21c56..37b7e72f3 100644 --- a/lib/ui/settings/import_export.dart +++ b/lib/ui/settings/import_export.dart @@ -177,7 +177,7 @@ class _ImportExportState extends State { data: json.encode( { 'send_email': true, - //'report_keys': [], + 'report_keys': ['name'], }, )) .then((dynamic result) {