Fix for payment type
This commit is contained in:
parent
55e7ca2397
commit
10c4e718f9
|
|
@ -353,7 +353,7 @@ class _EntityDropdownState extends State<EntityDropdown> {
|
||||||
optionsViewBuilder: (BuildContext context,
|
optionsViewBuilder: (BuildContext context,
|
||||||
AutocompleteOnSelected<SelectableEntity> onSelected,
|
AutocompleteOnSelected<SelectableEntity> onSelected,
|
||||||
Iterable<SelectableEntity> options) {
|
Iterable<SelectableEntity> options) {
|
||||||
if ((widget.entityId ?? '').isNotEmpty) {
|
if (hasValue) {
|
||||||
return SizedBox();
|
return SizedBox();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue