feat: Adds automation view for assigning an agent (#6131)

* feat: Adds automation view for assigning an agent

Co-authored-by: Tejaswini Chile <tejaswini@chatwoot.com>
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Sivin Varghese
2023-01-10 11:35:56 +05:30
committed by GitHub
parent 28c8023bad
commit add33d032c
7 changed files with 39 additions and 10 deletions

View File

@@ -250,8 +250,8 @@ export default {
};
},
getActionDropdownValues(type) {
const { labels, teams } = this;
return getActionOptions({ labels, teams, type });
const { agents, labels, teams } = this;
return getActionOptions({ agents, labels, teams, type });
},
manifestCustomAttributes() {
const conversationCustomAttributesRaw = this.$store.getters[