From 5c30c8a1ba02c6a4d284ad8ad69a7bd80350e8d6 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 15 Sep 2022 17:46:03 +0200 Subject: [PATCH] Levato isLoading inutilizzato da filtro parametri --- MP.SPEC/Components/ParamsFilter.razor | 58 +++++++++------------------ 1 file changed, 20 insertions(+), 38 deletions(-) diff --git a/MP.SPEC/Components/ParamsFilter.razor b/MP.SPEC/Components/ParamsFilter.razor index 0bacf746..a0e47e70 100644 --- a/MP.SPEC/Components/ParamsFilter.razor +++ b/MP.SPEC/Components/ParamsFilter.razor @@ -41,27 +41,18 @@
- @if (isLoading) - { - - } - else - { - - } +
@@ -79,25 +70,16 @@
- @if (isLoading) - { - - } - else - { - + + @if (ListFlux != null) + { + foreach (var item in ListFlux) { - foreach (var item in ListFlux) - { - - } + } - - } + } +