Compare commits

...

1 Commits

Author SHA1 Message Date
6d4d14194d Arreglo edición de los checks en formación 2026-03-03 08:36:41 +01:00

View File

@@ -331,10 +331,12 @@
// } // }
private async Task cerrarPopupGestionDatos() private async Task cerrarPopupGestionDatos()
{ {
renderBody = false; // renderBody = false;
StateHasChanged();
await Task.Yield(); await Task.Yield();
// StateHasChanged();
await popupGestionDatos.HideAsync(); await popupGestionDatos.HideAsync();
} }
private async Task GestionarDatos(string accion) private async Task GestionarDatos(string accion)
{ {
@@ -404,7 +406,7 @@
} }
await cerrarPopupGestionDatos(); // await cerrarPopupGestionDatos();
mensajes.Add(new ToastMessage mensajes.Add(new ToastMessage
{ {