From faa8093019e3def6baf635ef0254deb07fbeea79 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 2 May 2021 08:43:54 +0300 Subject: [PATCH] Adjust multiselect UI --- lib/ui/app/tables/entity_list.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/app/tables/entity_list.dart b/lib/ui/app/tables/entity_list.dart index 1126766cd..0d15b8b1c 100644 --- a/lib/ui/app/tables/entity_list.dart +++ b/lib/ui/app/tables/entity_list.dart @@ -302,7 +302,7 @@ class _EntityListState extends State { 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