Skip to content

Commit

Permalink
fix(Authoring): Fix add assessment and add simulation (#1701)
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreykwan authored Mar 20, 2024
1 parent 5bfd1fb commit 75e915b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class ChooseSimulationComponent {
}

protected next(): void {
this.router.navigate(['../../../import-step/choose-location'], {
this.router.navigate(['../../import-step/choose-location'], {
relativeTo: this.route,
state: {
importFromProjectId: this.simulationProjectId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class ConfigureAutomatedAssessmentComponent {
}

protected next(): void {
this.router.navigate(['../../../import-step/choose-location'], {
this.router.navigate(['../../import-step/choose-location'], {
relativeTo: this.route,
state: {
importFromProjectId: this.importFromProjectId,
Expand Down

0 comments on commit 75e915b

Please sign in to comment.