Adjust multiselect UI
This commit is contained in:
parent
9dadf0cb8c
commit
faa8093019
|
|
@ -302,7 +302,7 @@ class _EntityListState extends State<EntityList> {
|
||||||
final firstEntity = entities.isEmpty ? null : entities.first;
|
final firstEntity = entities.isEmpty ? null : entities.first;
|
||||||
final actions = (firstEntity?.getActions(
|
final actions = (firstEntity?.getActions(
|
||||||
includeEdit: false,
|
includeEdit: false,
|
||||||
multiselect: entities.length > 1,
|
multiselect: true,
|
||||||
userCompany: state.userCompany,
|
userCompany: state.userCompany,
|
||||||
client: (firstEntity is BelongsToClient)
|
client: (firstEntity is BelongsToClient)
|
||||||
? state.clientState
|
? state.clientState
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue