Skip to content

Commit 5ce9168

Browse files
committed
fix: remove mfe prefix from navigation path
1 parent 993844c commit 5ce9168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editors/containers/VideoEditor/components/VideoEditorModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const hooks = {
2424
useReturnToGallery: () => {
2525
const learningContextId = useSelector(selectors.app.learningContextId);
2626
const blockId = useSelector(selectors.app.blockId);
27-
return () => (navigateTo(`/authoring/course/${learningContextId}/editor/course-videos/${blockId}`));
27+
return () => (navigateTo(`/course/${learningContextId}/editor/course-videos/${blockId}`));
2828
},
2929
};
3030

0 commit comments

Comments
 (0)