From 76e76bdec168c9959693f83c8efe41778c0ce949 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Fri, 12 Jan 2024 11:44:46 +0530 Subject: [PATCH] fix: leads/deals listview layout fix --- .../components/ListViews/ContactsListView.vue | 2 + .../components/ListViews/DealsListView.vue | 2 + .../components/ListViews/LeadsListView.vue | 2 + frontend/src/pages/Contact.vue | 2 +- frontend/src/pages/Organization.vue | 58 +++++++++---------- 5 files changed, 35 insertions(+), 31 deletions(-) diff --git a/frontend/src/components/ListViews/ContactsListView.vue b/frontend/src/components/ListViews/ContactsListView.vue index a4a214c2..5b636ac7 100644 --- a/frontend/src/components/ListViews/ContactsListView.vue +++ b/frontend/src/components/ListViews/ContactsListView.vue @@ -1,5 +1,6 @@