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

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;
},
},