CSV import
This commit is contained in:
parent
4e9f8a3502
commit
d1d97f9321
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue