feat: Use display_name instead of name of the agent (#1097)
* feat: Use display_name instead of name of the agent
This commit is contained in:
parent
f30c8943d9
commit
2b1d445003
21 changed files with 80 additions and 41 deletions
|
@ -25,7 +25,7 @@
|
|||
<multiselect
|
||||
v-model="currentChat.meta.assignee"
|
||||
:options="agentList"
|
||||
label="name"
|
||||
label="available_name"
|
||||
:allow-empty="true"
|
||||
deselect-label="Remove"
|
||||
placeholder="Select Agent"
|
||||
|
@ -95,7 +95,7 @@ export default {
|
|||
return [
|
||||
{
|
||||
confirmed: true,
|
||||
name: 'None',
|
||||
available_name: 'None',
|
||||
id: 0,
|
||||
role: 'agent',
|
||||
account_id: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue