Arreglo edición de los checks en formación
This commit is contained in:
@@ -331,10 +331,12 @@
|
||||
// }
|
||||
private async Task cerrarPopupGestionDatos()
|
||||
{
|
||||
renderBody = false;
|
||||
StateHasChanged();
|
||||
// renderBody = false;
|
||||
await Task.Yield();
|
||||
// StateHasChanged();
|
||||
await popupGestionDatos.HideAsync();
|
||||
|
||||
|
||||
}
|
||||
private async Task GestionarDatos(string accion)
|
||||
{
|
||||
@@ -404,7 +406,7 @@
|
||||
|
||||
|
||||
}
|
||||
await cerrarPopupGestionDatos();
|
||||
// await cerrarPopupGestionDatos();
|
||||
|
||||
mensajes.Add(new ToastMessage
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user