From 96f9ba262a1563e3733765e8106d2daafc7ce837 Mon Sep 17 00:00:00 2001 From: Annamaria Sassi Date: Mon, 30 Mar 2026 12:28:20 +0200 Subject: [PATCH] Fix --- Test.UI/Components/Pages/BaseEdit.razor.cs | 2 +- WebWindowComplex/WebWindowComplex.csproj | 2 ++ WebWindowConfigurator/WebWindowConfigurator.csproj | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Test.UI/Components/Pages/BaseEdit.razor.cs b/Test.UI/Components/Pages/BaseEdit.razor.cs index 73c568a..a521ac0 100644 --- a/Test.UI/Components/Pages/BaseEdit.razor.cs +++ b/Test.UI/Components/Pages/BaseEdit.razor.cs @@ -323,7 +323,7 @@ namespace Test.UI.Components.Pages FamilyHardware = AvailFamilyHardwareList, Glass = AvailGlassList, Hardware = AvailHardwareList, - Material = AvailMaterialList, + Wood = AvailMaterialList, ProfileList = AvailProfileList }; CurrData = new LivePayload() diff --git a/WebWindowComplex/WebWindowComplex.csproj b/WebWindowComplex/WebWindowComplex.csproj index a7012d9..57f1f8a 100644 --- a/WebWindowComplex/WebWindowComplex.csproj +++ b/WebWindowComplex/WebWindowComplex.csproj @@ -102,6 +102,8 @@ + + diff --git a/WebWindowConfigurator/WebWindowConfigurator.csproj b/WebWindowConfigurator/WebWindowConfigurator.csproj index 7c72dc8..01d8737 100644 --- a/WebWindowConfigurator/WebWindowConfigurator.csproj +++ b/WebWindowConfigurator/WebWindowConfigurator.csproj @@ -133,6 +133,8 @@ + +