232201_test_to_master #62

Merged
alexm merged 50 commits from 232201_test_to_master into master 2023-06-01 07:26:39 +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)"