Fix client picker on mobile
This commit is contained in:
parent
c1dd74ca33
commit
a47ff45da2
|
|
@ -441,7 +441,7 @@ class EntityDropdownDialog extends StatefulWidget {
|
|||
@required this.overrideSuggestedLabel,
|
||||
@required this.overrideSuggestedAmount,
|
||||
this.onAddPressed,
|
||||
this.excludeIds,
|
||||
this.excludeIds = const [],
|
||||
});
|
||||
|
||||
final BuiltMap<String, SelectableEntity> entityMap;
|
||||
|
|
|
|||
Loading…
Reference in New Issue