From bd36fa681916a94f2a789d5c82f061a4c2a41f81 Mon Sep 17 00:00:00 2001 From: Andy Li <1450947+andy1li@users.noreply.github.com> Date: Tue, 31 Dec 2024 21:59:58 +0800 Subject: [PATCH] fix: Add repo query param to start-track-button component Updated the start-track-button component to include a 'repo' query param when transitioning to the course route if the user is not anonymous. This change allows for better handling of repository information in the transition. --- app/components/track-page/start-track-button.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/track-page/start-track-button.ts b/app/components/track-page/start-track-button.ts index 4984d30ca..c2bc42b64 100644 --- a/app/components/track-page/start-track-button.ts +++ b/app/components/track-page/start-track-button.ts @@ -30,7 +30,7 @@ export default class CourseOverviewStartTrackButtonComponent extends Component