Bug fixes

This commit is contained in:
TheXamlGuy
2024-07-05 21:57:01 +01:00
parent f937a1d999
commit 5654b86cea
10 changed files with 27 additions and 24 deletions
-1
View File
@@ -51,7 +51,6 @@ public class ComponentBuilder :
where TConfiguration : ComponentConfiguration, new()
{
TConfiguration configuration = new();
if (configurationDelegate is not null)
{
configurationDelegate(configuration);