fix: broken re-run notification dismiss (#1590)
This commit is contained in:
@@ -242,7 +242,7 @@ const useCourseOutline = ({ courseId }) => {
|
||||
};
|
||||
|
||||
const handleDismissNotification = () => {
|
||||
dispatch(dismissNotificationQuery(notificationDismissUrl));
|
||||
dispatch(dismissNotificationQuery(`${getConfig().STUDIO_BASE_URL}${notificationDismissUrl}`));
|
||||
};
|
||||
|
||||
const handleSectionDragAndDrop = (
|
||||
|
||||
Reference in New Issue
Block a user