From 4c6cab05f307d9b695490b10130348fc500eb9d1 Mon Sep 17 00:00:00 2001 From: AnjuJose011 <154979799+AnjuJose011@users.noreply.github.com> Date: Wed, 26 Feb 2025 14:41:35 +0000 Subject: [PATCH] fixes --- .../Scripts/vuesrc/notification/notification.vue | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/LearningHub.Nhs.WebUI/Scripts/vuesrc/notification/notification.vue b/LearningHub.Nhs.WebUI/Scripts/vuesrc/notification/notification.vue index 6c2a875c8..9820ef63e 100644 --- a/LearningHub.Nhs.WebUI/Scripts/vuesrc/notification/notification.vue +++ b/LearningHub.Nhs.WebUI/Scripts/vuesrc/notification/notification.vue @@ -30,7 +30,7 @@ {{ notification.title }} -
{{ item.text }}  @@ -45,7 +45,7 @@
- +
@@ -74,10 +74,7 @@   {{ notification.title }}
- - - - + @@ -173,7 +170,7 @@ .catch(e => console.log(e)); } }, - async deleteNotification() { + async deleteNotification() { await axios.delete( '/api/notification/' + this.selectedNotification.notificationId + '?userNotificationId=' + this.selectedNotification.id) .catch(e => console.log(e));