fix(front): fix displaying user activity settings checkboxes
Related to #1251 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
6c1e1e98d8
commit
8e21c30f92
|
@ -73,7 +73,7 @@
|
||||||
<tr v-for="subType in notificationType.subtypes" :key="subType.id">
|
<tr v-for="subType in notificationType.subtypes" :key="subType.id">
|
||||||
<td v-for="(method, key) in notificationMethods" :key="key">
|
<td v-for="(method, key) in notificationMethods" :key="key">
|
||||||
<o-checkbox
|
<o-checkbox
|
||||||
:value="notificationValues[subType.id][key].enabled"
|
:modelValue="notificationValues[subType.id][key].enabled"
|
||||||
@update:modelValue="
|
@update:modelValue="
|
||||||
(e: boolean) =>
|
(e: boolean) =>
|
||||||
updateNotificationValue({
|
updateNotificationValue({
|
||||||
|
|
Loading…
Reference in New Issue