mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
fix: TypeError undefined is not an object (evaluating 'this.features.inbound_emails') (#9563)
This commit is contained in:
@@ -200,7 +200,7 @@ export default {
|
||||
},
|
||||
|
||||
featureInboundEmailEnabled() {
|
||||
return !!this.features.inbound_emails;
|
||||
return !!this.features?.inbound_emails;
|
||||
},
|
||||
|
||||
featureCustomReplyDomainEnabled() {
|
||||
|
||||
Reference in New Issue
Block a user