feat: Remove labels in macro (#5875)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user