CSV import
This commit is contained in:
parent
4e9f8a3502
commit
d1d97f9321
|
|
@ -454,7 +454,7 @@ class _FieldMapper extends StatelessWidget {
|
|||
items: [
|
||||
DropdownMenuItem<String>(
|
||||
child: SizedBox(),
|
||||
value: null,
|
||||
value: '',
|
||||
),
|
||||
...sorted
|
||||
.map(
|
||||
|
|
|
|||
Loading…
Reference in New Issue