From c8632f00d570140ff9145438cebc3cf2a1b8258f Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 12 Jun 2026 15:13:26 +0200 Subject: [PATCH] Fix visualizzazione filtro data ricerche PODL --- MP.SPEC/Components/SelFilterXDL.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MP.SPEC/Components/SelFilterXDL.razor b/MP.SPEC/Components/SelFilterXDL.razor index fd67cd66..0ee83b92 100644 --- a/MP.SPEC/Components/SelFilterXDL.razor +++ b/MP.SPEC/Components/SelFilterXDL.razor @@ -87,7 +87,7 @@ } - @if (!isActive || hasOdl) + @if (true || !isActive || hasOdl) {