232201_dev_to_test #59

Merged
alexm merged 48 commits from dev into test 2023-06-01 07:18:41 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 7d198a819b - Show all commits

View File

@ -154,6 +154,9 @@ async function fetch() {
<q-td>{{ props.row.notification.description }}</q-td>
<q-td>
<q-toggle
checked-icon="check"
unchecked-icon="close"
indeterminate-icon="block"
v-model="props.row.subscribed"
:value="props.row.subscribed"
@input="toggleNotif(props.row)"