Skip to content

Commit

Permalink
fix: fix type of warning in portal-page-header (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuczy authored Oct 15, 2024
1 parent 42801b9 commit 4e652a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class PortalPageComponent implements OnInit {
ngOnInit(): void {
if (!this.helpArticleId) {
console.warn(
`ocx-portal-page on url ${location.pathname} does not have 'heplArticleId' set. Set to some unique string in order to support help management feature.`
`ocx-portal-page on url ${location.pathname} does not have 'helpArticleId' set. Set to some unique string in order to support help management feature.`
)
}
this.appState.currentPage$.publish({
Expand Down

0 comments on commit 4e652a1

Please sign in to comment.