Skip to content

Commit

Permalink
fix: broken re-run notification dismiss
Browse files Browse the repository at this point in the history
  • Loading branch information
0x29a committed Jan 14, 2025
1 parent 8385c4e commit b2bef7e
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 @@ -242,7 +242,7 @@ const useCourseOutline = ({ courseId }) => {
};

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

const handleSectionDragAndDrop = (
Expand Down

0 comments on commit b2bef7e

Please sign in to comment.