fixes #4797 Seccion Worker/Notification #51

Merged
alexandre merged 23 commits from 4797-worker-notification-selector into dev 2023-05-15 09:42:17 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 7d198a819b - Show all commits
src/pages/Worker/Card

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)"