Arreglo edición de los checks en formación

This commit is contained in:
2026-03-03 08:36:41 +01:00
parent 5cac63420e
commit 6d4d14194d

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
{ {