Bug fixes
This commit is contained in:
@@ -51,7 +51,6 @@ public class ComponentBuilder :
|
||||
where TConfiguration : ComponentConfiguration, new()
|
||||
{
|
||||
TConfiguration configuration = new();
|
||||
|
||||
if (configurationDelegate is not null)
|
||||
{
|
||||
configurationDelegate(configuration);
|
||||
|
||||
Reference in New Issue
Block a user