Enhancement: Hides available in widget interaction (#548)
This commit is contained in:
parent
e2688d5176
commit
2d3212575d
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ export default {
|
||||||
return window.chatwootWebChannel.website_name;
|
return window.chatwootWebChannel.website_name;
|
||||||
},
|
},
|
||||||
showAvailableAgents() {
|
showAvailableAgents() {
|
||||||
return this.availableAgents.length > 0;
|
return this.availableAgents.length > 0 && this.conversationSize < 1;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue