This commit is contained in:
Samuele Locatelli
2022-10-19 11:01:34 +02:00
+2
View File
@@ -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);
}