Adjust multiselect UI

This commit is contained in:
Hillel Coren 2021-05-02 08:43:54 +03:00
parent 9dadf0cb8c
commit faa8093019
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ class _EntityListState extends State<EntityList> {
final firstEntity = entities.isEmpty ? null : entities.first;
final actions = (firstEntity?.getActions(
includeEdit: false,
multiselect: entities.length > 1,
multiselect: true,
userCompany: state.userCompany,
client: (firstEntity is BelongsToClient)
? state.clientState