From 55d6c2f70657c4a8225e46e13f4d16f17a0248e7 Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Wed, 14 Dec 2022 11:45:49 +0100 Subject: [PATCH] fix messaggio di errore --- MP.INVE/Components/ProcSuggestion.razor.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MP.INVE/Components/ProcSuggestion.razor.cs b/MP.INVE/Components/ProcSuggestion.razor.cs index 7ea6cd30..ff56683b 100644 --- a/MP.INVE/Components/ProcSuggestion.razor.cs +++ b/MP.INVE/Components/ProcSuggestion.razor.cs @@ -68,6 +68,7 @@ namespace MP.INVE.Components protected override async Task OnParametersSetAsync() { + isKnown = false; // se il valore scansionato è != null... if (string.IsNullOrEmpty(lastScan)) {