fix: Selected agent profile picture in agent multi select (#2949)

This commit is contained in:
Brandon Wilson
2021-09-13 04:13:19 -04:00
committed by GitHub
parent b74261205d
commit 571fefd7cd
3 changed files with 28 additions and 13 deletions

View File

@@ -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;
},