From 9eda0dbd1230509e1725952811bed9010849cf8d Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 3 Apr 2023 19:36:28 +0200 Subject: [PATCH] Ancora update ricerca --- MP.SPEC/Components/Chart/Line.razor.cs | 2 -- MP.SPEC/Components/RecipeArchMan.razor | 26 +++++++++++++++++++---- MP.SPEC/Components/RecipeArchMan.razor.cs | 17 ++++++++++++++- 3 files changed, 38 insertions(+), 7 deletions(-) diff --git a/MP.SPEC/Components/Chart/Line.razor.cs b/MP.SPEC/Components/Chart/Line.razor.cs index 746912b9..af029ff6 100644 --- a/MP.SPEC/Components/Chart/Line.razor.cs +++ b/MP.SPEC/Components/Chart/Line.razor.cs @@ -38,8 +38,6 @@ namespace MP.SPEC.Components.Chart set { _DataTS = value; - //var pUpd = Task.Run(async () => await renderChart()); - //pUpd.Wait(); } } diff --git a/MP.SPEC/Components/RecipeArchMan.razor b/MP.SPEC/Components/RecipeArchMan.razor index 0f9d7989..f3cbd89c 100644 --- a/MP.SPEC/Components/RecipeArchMan.razor +++ b/MP.SPEC/Components/RecipeArchMan.razor @@ -13,7 +13,7 @@ else

Ricetta Assegnata

- @if(string.IsNullOrEmpty(RecipeCode)) + @if (string.IsNullOrEmpty(RecipeCode)) { Manca ricetta! @@ -33,15 +33,33 @@ else @if (showSearch) {