diff --git a/MP.SPEC/Components/ListDossiers.razor.cs b/MP.SPEC/Components/ListDossiers.razor.cs index b3882a7b..84e96282 100644 --- a/MP.SPEC/Components/ListDossiers.razor.cs +++ b/MP.SPEC/Components/ListDossiers.razor.cs @@ -1,4 +1,5 @@ using Microsoft.AspNetCore.Components; +using Microsoft.AspNetCore.DataProtection; using Microsoft.JSInterop; using MP.Data.DatabaseModels; using MP.Data.DTO; @@ -262,6 +263,7 @@ namespace MP.SPEC.Components currFluxLogDto = null; currRecord = null; visualizzaFlux = true; + await RecordSelFlux.InvokeAsync(currFluxLogDto); await Task.Delay(1); }