feat: Remove labels in macro (#5875)

This commit is contained in:
Tejaswini Chile
2022-11-17 12:30:47 +05:30
committed by GitHub
parent 66044a0dc3
commit e85f998a08
6 changed files with 34 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ export default {
case 'assign_agent':
return this.agents;
case 'add_label':
case 'remove_label':
return this.labels.map(i => {
return {
id: i.title,