Startup solution should not add BasicThemeToolbarContributor.

pull/8074/head
Halil İbrahim Kalkan 5 years ago
parent d959a74d4b
commit 24446ae873

@ -197,11 +197,6 @@ namespace MyCompanyName.MyProjectName.Blazor.Server
{
options.MenuContributors.Add(new MyProjectNameMenuContributor(context.Services.GetConfiguration()));
});
Configure<AbpToolbarOptions>(options =>
{
options.Contributors.Add(new BasicThemeToolbarContributor());
});
}
private void ConfigureRouter(ServiceConfigurationContext context)

Loading…
Cancel
Save