Skip to content

Commit

Permalink
Merge pull request #4 from kefengwei/main
Browse files Browse the repository at this point in the history
Should Init BreadcrumbItems
  • Loading branch information
realLiangshiwei authored Apr 21, 2022
2 parents d757568 + 77398f3 commit 1b453b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public partial class AbpPageHeader : ComponentBase
public AbpPageHeader()
{
ToolbarItemRenders = new List<RenderFragment>();
BreadcrumbItems = new List<AbpBreadcrumbItem>();
}

protected override async Task OnParametersSetAsync()
Expand Down

0 comments on commit 1b453b2

Please sign in to comment.