sms alarming flag

This commit is contained in:
Julian Krauser 2024-11-27 10:07:46 +01:00
parent 66026d667d
commit 794de7e3c8
8 changed files with 40 additions and 4 deletions

View file

@ -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;