mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
fix: Selected agent profile picture in agent multi select (#2949)
This commit is contained in:
@@ -365,7 +365,7 @@ export default {
|
||||
id,
|
||||
name,
|
||||
role,
|
||||
thumbnail,
|
||||
avatar_url,
|
||||
} = this.currentUser;
|
||||
const selfAssign = {
|
||||
account_id,
|
||||
@@ -375,7 +375,7 @@ export default {
|
||||
id,
|
||||
name,
|
||||
role,
|
||||
thumbnail,
|
||||
thumbnail: avatar_url,
|
||||
};
|
||||
this.assignedAgent = selfAssign;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user