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() {
|
featureInboundEmailEnabled() {
|
||||||
return !!this.features.inbound_emails;
|
return !!this.features?.inbound_emails;
|
||||||
},
|
},
|
||||||
|
|
||||||
featureCustomReplyDomainEnabled() {
|
featureCustomReplyDomainEnabled() {
|
||||||
|
|||||||
Reference in New Issue
Block a user