Add breadcrumb to SettingManagement

pull/13861/head
Enis Necipoglu 3 years ago
parent 1c5501a34f
commit 8da77e94cf

@ -31,6 +31,8 @@ public partial class SettingManagement
protected async override Task OnInitializedAsync()
{
BreadcrumbItems.Add(new BreadcrumbItem(@L["Settings"]));
SettingComponentCreationContext = new SettingComponentCreationContext(ServiceProvider);
foreach (var contributor in Options.Contributors)

Loading…
Cancel
Save