More fixes to prev commit

This commit is contained in:
Imran Remtulla
2022-12-19 19:58:12 -05:00
parent afc8e41171
commit 0c2654a226
6 changed files with 38 additions and 44 deletions

View File

@@ -172,7 +172,6 @@ class _ImportExportPageState extends State<ImportExportPage> {
])
]
],
defaultValues: const {},
);
}).then((values) {
if (values != null) {
@@ -242,7 +241,6 @@ class _ImportExportPageState extends State<ImportExportPage> {
'searchQuery'))
]
],
defaultValues: const {},
);
});
if (values != null &&
@@ -351,7 +349,6 @@ class _ImportExportPageState extends State<ImportExportPage> {
label: e)
])
.toList(),
defaultValues: const {},
);
});
if (values != null) {