mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 04:27:53 +00:00
chore: Remove sorting by phone_number from contact list (#11271)
This commit is contained in:
@@ -51,6 +51,7 @@ defineExpose({ dialogRef, contactsFormRef, onSuccess });
|
|||||||
<Button
|
<Button
|
||||||
:label="t('DIALOG.BUTTONS.CANCEL')"
|
:label="t('DIALOG.BUTTONS.CANCEL')"
|
||||||
variant="link"
|
variant="link"
|
||||||
|
type="reset"
|
||||||
class="h-10 hover:!no-underline hover:text-n-brand"
|
class="h-10 hover:!no-underline hover:text-n-brand"
|
||||||
@click="closeDialog"
|
@click="closeDialog"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -31,10 +31,6 @@ const sortMenus = [
|
|||||||
label: t('CONTACTS_LAYOUT.HEADER.ACTIONS.SORT_BY.OPTIONS.EMAIL'),
|
label: t('CONTACTS_LAYOUT.HEADER.ACTIONS.SORT_BY.OPTIONS.EMAIL'),
|
||||||
value: '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'),
|
label: t('CONTACTS_LAYOUT.HEADER.ACTIONS.SORT_BY.OPTIONS.COMPANY'),
|
||||||
value: 'company_name',
|
value: 'company_name',
|
||||||
|
|||||||
Reference in New Issue
Block a user