Skip to content

Commit

Permalink
Set current phase in setupFromUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
NereusWB922 committed Mar 14, 2024
1 parent 64351da commit eaf9d62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/core/services/phase.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit eaf9d62

Please sign in to comment.