fix: TypeError undefined is not an object (evaluating 'this.features.inbound_emails') (#9563)
This commit is contained in:
parent
a55fffab3a
commit
b31be37dc2
@ -200,7 +200,7 @@ export default {
|
||||
},
|
||||
|
||||
featureInboundEmailEnabled() {
|
||||
return !!this.features.inbound_emails;
|
||||
return !!this.features?.inbound_emails;
|
||||
},
|
||||
|
||||
featureCustomReplyDomainEnabled() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user