diff --git a/crm/api/session.py b/crm/api/session.py
index 368a272c..ccaab666 100644
--- a/crm/api/session.py
+++ b/crm/api/session.py
@@ -25,7 +25,7 @@ def get_contacts():
contacts = frappe.qb.get_query(
"Contact",
- fields=['name', 'first_name', 'last_name', 'full_name', 'image', 'email_id', 'mobile_no', 'phone', 'salutation', 'company_name'],
+ fields=['name', 'first_name', 'last_name', 'full_name', 'image', 'email_id', 'mobile_no', 'phone', 'salutation', 'company_name', 'modified'],
order_by="first_name asc",
distinct=True,
).run(as_dict=1)
diff --git a/frontend/src/components/ListViews/ContactsListView.vue b/frontend/src/components/ListViews/ContactsListView.vue
index 782fb295..238fe385 100644
--- a/frontend/src/components/ListViews/ContactsListView.vue
+++ b/frontend/src/components/ListViews/ContactsListView.vue
@@ -1,14 +1,65 @@
+ >
+
+
+
+
+
+
+
+
+
+
+ {{ item.timeAgo }}
+
+
+
+
+
+