Enhancement: Hides available in widget interaction (#548)

This commit is contained in:
Nithin David Thomas 2020-02-23 15:16:09 +05:30 committed by GitHub
parent e2688d5176
commit 2d3212575d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ export default {
return window.chatwootWebChannel.website_name;
},
showAvailableAgents() {
return this.availableAgents.length > 0;
return this.availableAgents.length > 0 && this.conversationSize < 1;
},
},