(){ new Threshold(1, "Bottom"), new Threshold(2, "BottomWaterdrip"), new Threshold(3, "Threshold")}}
};
[Inject]
@@ -357,7 +357,7 @@ namespace Test.UI.Components.Pages
Hardware = AvailHardwareList,
Material = AvailMaterialList,
Profile = AvailProfileList,
- Threshold = AvailThresholdList
+ Threshold = AvailThreshold
};
}
diff --git a/WebWindowComplex/Compo/CardFrame.razor b/WebWindowComplex/Compo/CardFrame.razor
index dc7de7d..fa94103 100644
--- a/WebWindowComplex/Compo/CardFrame.razor
+++ b/WebWindowComplex/Compo/CardFrame.razor
@@ -43,7 +43,7 @@