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 2 additions and 3 deletions
Showing only changes of commit 50376a3ec5 - Show all commits

View File

@ -218,9 +218,8 @@ async function toggleNotif(notif, chip) {
await axios.post(
`NotificationSubscriptions/deleteNotification`,
{
userId: entityId.value,
notificationId: notif.id,
authorId: tokenUser.data.id,
userFk: entityId.value,
notificationFk: notif.id,
},
{
headers: {