mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 11:37:58 +00:00
Enhancement: Hides available in widget interaction (#548)
This commit is contained in:
committed by
GitHub
parent
e2688d5176
commit
2d3212575d
@@ -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;
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user