sms alarming flag
This commit is contained in:
parent
66026d667d
commit
794de7e3c8
8 changed files with 40 additions and 4 deletions
|
@ -47,6 +47,7 @@ export const useCommunicationStore = defineStore("communication", {
|
|||
streetNumberAddition: communication.streetNumberAddition,
|
||||
typeId: communication.typeId,
|
||||
isNewsletterMain: communication.isNewsletterMain,
|
||||
isSMSAlarming: communication.isSMSAlarming,
|
||||
});
|
||||
this.fetchCommunicationsForMember();
|
||||
return result;
|
||||
|
@ -62,6 +63,7 @@ export const useCommunicationStore = defineStore("communication", {
|
|||
streetNumber: communication.streetNumber,
|
||||
streetNumberAddition: communication.streetNumberAddition,
|
||||
isNewsletterMain: communication.isNewsletterMain,
|
||||
isSMSAlarming: communication.isSMSAlarming,
|
||||
});
|
||||
this.fetchCommunicationsForMember();
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue