fix: mark as read null reference
This commit is contained in:
parent
4f0b5cd595
commit
6f3173e63d
@ -62,7 +62,7 @@ export default {
|
||||
setDefaults() {
|
||||
this.hmacMandatory = this.inbox.hmac_mandatory || false;
|
||||
this.whatsAppProviderUrl = this.inbox.provider_config?.provider_url ?? '';
|
||||
this.markAsRead = this.inbox.provider_config.mark_as_read ?? true;
|
||||
this.markAsRead = this.inbox.provider_config?.mark_as_read ?? true;
|
||||
},
|
||||
handleHmacFlag() {
|
||||
this.updateInbox();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user