Skip to content

Commit

Permalink
fix: [AXIMST-480] fixed paste notification behavior after switching a…
Browse files Browse the repository at this point in the history
… unit (#160)
  • Loading branch information
PKulkoRaccoonGang authored and ihor-romaniuk committed Feb 29, 2024
1 parent 3e58717 commit bb20ab0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/course-unit/data/thunk.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export function fetchCourseSectionVerticalData(courseId, sequenceId) {
}));
dispatch(updateClipboardData(courseSectionVerticalData.userClipboard));
dispatch(fetchSequenceSuccess({ sequenceId }));
dispatch(fetchStaticFileNoticesSuccess([]));
return true;
} catch (error) {
dispatch(updateLoadingCourseSectionVerticalDataStatus({ status: RequestStatus.FAILED }));
Expand Down

0 comments on commit bb20ab0

Please sign in to comment.