chore: Remove sorting by phone_number from contact list (#11271)

This commit is contained in:
Sivin Varghese
2025-04-09 18:41:18 +05:30
committed by GitHub
parent 2d14f27d5b
commit 35d9dc925f
2 changed files with 1 additions and 4 deletions

View File

@@ -31,10 +31,6 @@ const sortMenus = [
label: t('CONTACTS_LAYOUT.HEADER.ACTIONS.SORT_BY.OPTIONS.EMAIL'),
value: 'email',
},
{
label: t('CONTACTS_LAYOUT.HEADER.ACTIONS.SORT_BY.OPTIONS.PHONE_NUMBER'),
value: 'phone_number',
},
{
label: t('CONTACTS_LAYOUT.HEADER.ACTIONS.SORT_BY.OPTIONS.COMPANY'),
value: 'company_name',