Fix notifications settings not working
Closes #1251 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
1a03c49fa4
commit
31fd99bd37
@ -53,7 +53,7 @@
|
||||
)
|
||||
}}
|
||||
</p>
|
||||
<table class="table">
|
||||
<table class="table table-auto">
|
||||
<tbody>
|
||||
<template
|
||||
v-for="notificationType in notificationTypes"
|
||||
@ -74,7 +74,7 @@
|
||||
<td v-for="(method, key) in notificationMethods" :key="key">
|
||||
<o-checkbox
|
||||
:value="notificationValues[subType.id][key].enabled"
|
||||
@input="
|
||||
@update:modelValue="
|
||||
(e: boolean) =>
|
||||
updateNotificationValue({
|
||||
key: subType.id,
|
||||
|
Loading…
Reference in New Issue
Block a user