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,
|
||||
AutocompleteOnSelected<SelectableEntity> onSelected,
|
||||
Iterable<SelectableEntity> options) {
|
||||
if ((widget.entityId ?? '').isNotEmpty) {
|
||||
if (hasValue) {
|
||||
return SizedBox();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue