fix: Disable "none" option from agent dropdown If agent is not selected (#2687)
This commit is contained in:
@@ -24,7 +24,10 @@ describe('agentMixin', () => {
|
||||
title: 'TestComponent',
|
||||
mixins: [agentMixin],
|
||||
data() {
|
||||
return { inboxId: 1 };
|
||||
return {
|
||||
inboxId: 1,
|
||||
currentChat: { meta: { assignee: { name: 'John' } } },
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
assignableAgents() {
|
||||
|
||||
Reference in New Issue
Block a user