Skip to content

Commit

Permalink
Merge pull request #17447 from abpframework/issue-15027
Browse files Browse the repository at this point in the history
Remove breadcrump on abp-page component
  • Loading branch information
ebicoglu authored Aug 24, 2023
2 parents d0e02cf + b9e8a0b commit 0294e71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class PageComponent {
return this._toolbarData;
}

@Input() breadcrumb = true;
@Input() breadcrumb = false;

pageParts = {
title: PageParts.title,
Expand Down

0 comments on commit 0294e71

Please sign in to comment.