From 7cc25ac9bee8abfc350e7de5d16c0fd8cb71c1ab Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 15 Sep 2022 17:55:14 +0200 Subject: [PATCH] Fix toggle show/hide edit params --- MP.SPEC/Components/ParamsFilter.razor | 90 +++++++++++++----------- MP.SPEC/Components/ParamsFilter.razor.cs | 11 +-- 2 files changed, 56 insertions(+), 45 deletions(-) diff --git a/MP.SPEC/Components/ParamsFilter.razor b/MP.SPEC/Components/ParamsFilter.razor index a0e47e70..1f289791 100644 --- a/MP.SPEC/Components/ParamsFilter.razor +++ b/MP.SPEC/Components/ParamsFilter.razor @@ -17,46 +17,55 @@
-
- -
-
- -
-
- -
+ @if (showEditPar) + { +
+ +
+
+ +
+
+ +
+ } + else + { +
+ +
+ }