We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993844c commit 5ce9168Copy full SHA for 5ce9168
src/editors/containers/VideoEditor/components/VideoEditorModal.tsx
@@ -24,7 +24,7 @@ export const hooks = {
24
useReturnToGallery: () => {
25
const learningContextId = useSelector(selectors.app.learningContextId);
26
const blockId = useSelector(selectors.app.blockId);
27
- return () => (navigateTo(`/authoring/course/${learningContextId}/editor/course-videos/${blockId}`));
+ return () => (navigateTo(`/course/${learningContextId}/editor/course-videos/${blockId}`));
28
},
29
};
30
0 commit comments