From 175d711abc310b05e0376dfb375fadf211022ee0 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Mon, 19 Feb 2024 14:14:19 +0530 Subject: [PATCH] fix: disabled tooltip from contacts listview --- .../src/components/ListViews/ContactsListView.vue | 14 +++++++++++--- frontend/src/pages/Contacts.vue | 1 + frontend/src/pages/Organization.vue | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/ListViews/ContactsListView.vue b/frontend/src/components/ListViews/ContactsListView.vue index fe234620..ea3c0781 100644 --- a/frontend/src/components/ListViews/ContactsListView.vue +++ b/frontend/src/components/ListViews/ContactsListView.vue @@ -9,6 +9,7 @@ params: { contactId: row.name }, }), selectable: options.selectable, + showTooltip: options.showTooltip, }" row-key="name" > @@ -45,12 +46,13 @@ -
{{ item.timeAgo }} -
+