Skip to content

Commit

Permalink
Merge pull request #401 from venkykandagaddala/designation-mater
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
venkykandagaddala authored Jan 2, 2025
2 parents 6c19c50 + cfd0014 commit e099b66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export class InsightSideBarComponent implements OnInit {
this.surveyPopup = this.activatedRoute.snapshot.data.pageData.data.surveyPopup
// Fetch National learning week configurations
this.nwlConfiguration = this.activatedRoute.snapshot.data.pageData.data.nationalLearningWeek
this.updateDesignationCard = this.activatedRoute.snapshot.data.pageData.data.updteDesignation
this.updateDesignationCard = this.activatedRoute.snapshot.data.pageData.data.updateDesignation
if (this.nwlConfiguration && this.nwlConfiguration.enabled) {
this.getNlwConfig()
}
Expand Down

0 comments on commit e099b66

Please sign in to comment.