CSV import

This commit is contained in:
Hillel Coren 2020-12-15 12:15:04 +02:00
parent 4e9f8a3502
commit d1d97f9321
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ class _FieldMapper extends StatelessWidget {
items: [ items: [
DropdownMenuItem<String>( DropdownMenuItem<String>(
child: SizedBox(), child: SizedBox(),
value: null, value: '',
), ),
...sorted ...sorted
.map( .map(