Skip to content

Commit

Permalink
Fix back routing from lesson creation page.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Jul 2, 2024
1 parent 102af51 commit 2c77ebe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
authorizedRole="adminOrCoach"
icon="close"
:pageTitle="coachString('createLessonAction')"
:route="{ name: 'PLAN_LESSONS_ROOT' }"
:route="{ name: 'PLAN_LESSONS_ROOT', params: { classId } }"
>
<KPageContainer>
<AssignmentDetailsModal
Expand Down

0 comments on commit 2c77ebe

Please sign in to comment.