From 458e5c1a64c63e68a91f610a592f05f3c589fa54 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Mon, 20 May 2024 21:19:25 +0530 Subject: [PATCH] feat: Bulk assign from listview --- .../components/ListViews/LeadsListView.vue | 22 +++++++++++++++ .../src/components/Modals/AssignmentModal.vue | 28 +++++++++++++++---- 2 files changed, 45 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/ListViews/LeadsListView.vue b/frontend/src/components/ListViews/LeadsListView.vue index f00f3685..54c8742f 100644 --- a/frontend/src/components/ListViews/LeadsListView.vue +++ b/frontend/src/components/ListViews/LeadsListView.vue @@ -145,6 +145,14 @@ :selectedValues="selectedValues" @reload="reload" /> +