fix: TypeError undefined is not an object (evaluating 'this.features.inbound_emails') (#9563)

This commit is contained in:
Sivin Varghese 2024-05-29 21:31:37 +05:30 committed by GitHub
parent a55fffab3a
commit b31be37dc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -200,7 +200,7 @@ export default {
},
featureInboundEmailEnabled() {
return !!this.features.inbound_emails;
return !!this.features?.inbound_emails;
},
featureCustomReplyDomainEnabled() {