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

@@ -214,7 +214,7 @@ describe('automationMethodsMixin', () => {
it('getDefaultActions returns the resp default action model', () => {
const genericActionModel = [
{
action_name: 'assign_team',
action_name: 'assign_agent',
action_params: [],
},
];