Skip to content

Commit

Permalink
fix: broken re-run notification dismiss
Browse files Browse the repository at this point in the history
(cherry picked from pull request openedx#1590)
  • Loading branch information
0x29a committed Jan 14, 2025
1 parent b7e496b commit ef39f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/course-outline/hooks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ const useCourseOutline = ({ courseId }) => {
};

const handleDismissNotification = () => {
dispatch(dismissNotificationQuery(notificationDismissUrl));
dispatch(dismissNotificationQuery(`${getConfig().STUDIO_BASE_URL}${notificationDismissUrl}`));
};

const handleSectionDragAndDrop = (
Expand Down

0 comments on commit ef39f2c

Please sign in to comment.