From 90942914a982e7d0a3f6ee0a09fabd6c7d990e5d Mon Sep 17 00:00:00 2001 From: Arunima George Date: Tue, 1 Apr 2025 09:18:34 +0100 Subject: [PATCH] TD-5170: Fixed console errors. --- .../Scripts/vuesrc/notification/notifications.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LearningHub.Nhs.WebUI/Scripts/vuesrc/notification/notifications.vue b/LearningHub.Nhs.WebUI/Scripts/vuesrc/notification/notifications.vue index e35ee3089..2c3b9b0b1 100644 --- a/LearningHub.Nhs.WebUI/Scripts/vuesrc/notification/notifications.vue +++ b/LearningHub.Nhs.WebUI/Scripts/vuesrc/notification/notifications.vue @@ -152,7 +152,7 @@ showNotification(notification: NotificationModel) { this.selectedNotification = notification; this.showMessage = true; - setTimeout(() => { $('html,body').scrollTop($("#backToList").offset().top); }, 100); + setTimeout(() => { $('html,body').scrollTop($(".nhsuk-back-link").offset().top); }, 100); }, showNotificationList(event: any) {