diff --git a/src/app/core/services/phase.service.ts b/src/app/core/services/phase.service.ts index 91989ac61..2bcde09a6 100644 --- a/src/app/core/services/phase.service.ts +++ b/src/app/core/services/phase.service.ts @@ -170,6 +170,8 @@ export class PhaseService { throw new Error(ErrorMessageService.invalidUrlMessage()); } + this.currentPhase = Phase[phaseName]; + const newRepo = Repo.of(repoName); if (newRepo) { window.localStorage.setItem(STORAGE_KEYS.ORG, newRepo.owner);