chore: Minor fixes

This commit is contained in:
iamsivin
2024-09-17 17:03:13 +05:30
parent 7baa7d8c62
commit 42586e6b1e
@@ -147,7 +147,7 @@ export default {
{
field: 'company',
key: 'company',
sortBy: this.activeSortConfig.company_name || '',
sortBy: this.activeSortConfig.company || '',
title: this.$t('CONTACTS_PAGE.LIST.TABLE_HEADER.COMPANY'),
align: this.isRTL ? 'right' : 'left',
},