From 680bc0d4f6065f78cae0e6af4d7ff08047224bec Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 2 Oct 2023 17:37:55 +0200 Subject: [PATCH] Fix errore variabile display macchina --- MP-TAB-SERV/Components/TcHistoryFilter.razor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MP-TAB-SERV/Components/TcHistoryFilter.razor.cs b/MP-TAB-SERV/Components/TcHistoryFilter.razor.cs index e2da67f7..0ca6a0b6 100644 --- a/MP-TAB-SERV/Components/TcHistoryFilter.razor.cs +++ b/MP-TAB-SERV/Components/TcHistoryFilter.razor.cs @@ -53,7 +53,7 @@ namespace MP_TAB_SERV.Components protected string IdxMaccSel { - get => codArtSel; + get => idxMaccSel; set { if (idxMaccSel != value)