feat (perf): Remove conversation count in contacts list view (#7915)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Vishnu Narayanan
2023-09-14 08:49:37 +05:30
committed by GitHub
parent 18e9e771b5
commit 5e6e234afe
3 changed files with 11 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
<template>
<section
class="contacts-table-wrap bg-white dark:bg-slate-900 flex-1 h-full overflow-hidden"
class="contacts-table-wrap bg-white dark:bg-slate-900 flex-1 h-full overflow-hidden -mt-1"
>
<ve-table
:fixed-header="true"
@@ -256,13 +256,6 @@ export default {
title: this.$t('CONTACTS_PAGE.LIST.TABLE_HEADER.CREATED_AT'),
align: this.isRTLView ? 'right' : 'left',
},
{
field: 'conversationsCount',
key: 'conversationsCount',
title: this.$t('CONTACTS_PAGE.LIST.TABLE_HEADER.CONVERSATIONS'),
width: 150,
align: this.isRTLView ? 'right' : 'left',
},
];
},
},