fix(front): fix displaying user activity settings checkboxes

Related to #1251

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2023-06-05 09:28:27 +02:00
parent 6c1e1e98d8
commit 8e21c30f92
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
<tr v-for="subType in notificationType.subtypes" :key="subType.id">
<td v-for="(method, key) in notificationMethods" :key="key">
<o-checkbox
:value="notificationValues[subType.id][key].enabled"
:modelValue="notificationValues[subType.id][key].enabled"
@update:modelValue="
(e: boolean) =>
updateNotificationValue({