-
{
if ( contactInfo.editMode ) {
$refs.contactInfoName.focus()
} else {
updateConversationDetails({name: $refs.contactInfoName.textContent})
}
})
"
>
{{ __('Edit User Details') }}
$refs.contactInfoName.focus())"
@blur="contactInfo.editMode = false; $refs.contactInfoName.textContent.trim() !== activeChat.conversation_name && updateConversationDetails({name: $refs.contactInfoName.textContent})"
>
---
{{ __('Channel') }}
---
{{ __('Details') }}
{{ __('ID') }}
{{ __('Status') }}
{{ __('Created') }}
{{ __('Updated') }}
{{ __('Country') }}
{{ __('IP Address') }}