From d08f8eaa7e89a685025f74f4498c92f9ec637867 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 10 Apr 2026 12:35:57 +0200 Subject: [PATCH] Ancora update selezione sistemato --- MP.IOC/Components/Compo/ParetoDetail.razor.cs | 3 ++- MP.IOC/Components/Pages/CallStats.razor | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/MP.IOC/Components/Compo/ParetoDetail.razor.cs b/MP.IOC/Components/Compo/ParetoDetail.razor.cs index ca4a38e7..45e46d93 100644 --- a/MP.IOC/Components/Compo/ParetoDetail.razor.cs +++ b/MP.IOC/Components/Compo/ParetoDetail.razor.cs @@ -60,9 +60,10 @@ namespace MP.IOC.Components.Compo return !string.IsNullOrEmpty(currSelect) && currSelect == curKey ? "bg-dark text-light bg-gradient" : ""; } - private void DoReset() + private async Task DoReset() { currSelect = ""; + await EC_Selected.InvokeAsync(""); } private async Task DoSelect(string reqKey) diff --git a/MP.IOC/Components/Pages/CallStats.razor b/MP.IOC/Components/Pages/CallStats.razor index 7dcb08ea..19cfae9f 100644 --- a/MP.IOC/Components/Pages/CallStats.razor +++ b/MP.IOC/Components/Pages/CallStats.razor @@ -60,8 +60,9 @@ {
← selezionare valore
} - else + else { + @currDetail timeserie selezionata x num call/tempo }