Skip to content

Commit

Permalink
update: components package for preventing possible null `firstCreat…
Browse files Browse the repository at this point in the history
…ePass` error
  • Loading branch information
sumeyyeKurtulus committed Nov 19, 2024
1 parent 367dfd1 commit 68714ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion npm/ng-packs/packages/components/page/src/page.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ export class PageComponent {
this.breadcrumb ||
this.customTitle ||
this.customBreadcrumb ||
this.customToolbar
this.customToolbar ||
this.pageParts
);
}
}

0 comments on commit 68714ff

Please sign in to comment.