Skip to content

Commit 020f6cf

Browse files
committed
fix: boot issue when no simple dashboards have been registered
1 parent 10cd4c0 commit 020f6cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Umbraco.Community.SimpleDashboards/Core/UmbracoBuilderExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ public static class UmbracoBuilderExtensions
1010
{
1111
public static void AddSimpleDashboards(this IUmbracoBuilder builder)
1212
{
13+
builder.SimpleDashboards();
1314
var types = builder.TypeLoader.GetTypes<ISimpleDashboard>();
1415
foreach (var type in types)
1516
{

0 commit comments

Comments
 (0)