Compare commits
1 Commits
5cac63420e
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 6d4d14194d |
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user