CSV import
This commit is contained in:
parent
bb9d388f49
commit
aaff53ce7e
|
|
@ -242,6 +242,7 @@ class _FileMapper extends StatelessWidget {
|
|||
//
|
||||
},
|
||||
),
|
||||
SizedBox(height: 20),
|
||||
for (var field in fields)
|
||||
_FieldMapper(
|
||||
field: field,
|
||||
|
|
|
|||
Loading…
Reference in New Issue