Skip to content

Commit

Permalink
Merge branch 'dev' into 311-_BUG_Poco_array_fields_are_null
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu authored May 10, 2024
2 parents 97b02ec + 5c015b8 commit b2db2be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public ComponentService()
LoadComponents();
}

internal IDictionary<string, Type> Components { get; private set; } = new Dictionary<string, Type>();
public IDictionary<string, Type> Components { get; private set; } = new Dictionary<string, Type>();
private bool _isEntryAssemblyPresent { get; set; }
/// <summary>
/// Method to get dynamically instance of blazor component.
Expand Down

0 comments on commit b2db2be

Please sign in to comment.