From ef39f2cc484fbf812085056fab3ec18b2f0d57c5 Mon Sep 17 00:00:00 2001 From: 0x29a Date: Tue, 14 Jan 2025 17:02:04 +0100 Subject: [PATCH] fix: broken re-run notification dismiss (cherry picked from pull request https://github.com/openedx/frontend-app-authoring/pull/1590) --- src/course-outline/hooks.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/course-outline/hooks.jsx b/src/course-outline/hooks.jsx index f820f3d0ed..2154069c25 100644 --- a/src/course-outline/hooks.jsx +++ b/src/course-outline/hooks.jsx @@ -240,7 +240,7 @@ const useCourseOutline = ({ courseId }) => { }; const handleDismissNotification = () => { - dispatch(dismissNotificationQuery(notificationDismissUrl)); + dispatch(dismissNotificationQuery(`${getConfig().STUDIO_BASE_URL}${notificationDismissUrl}`)); }; const handleSectionDragAndDrop = (