This commit is contained in:
2025-07-04 15:43:02 +02:00
parent 5fe41f9445
commit 60f7d14a72
7 changed files with 16 additions and 13 deletions

View File

@@ -149,7 +149,7 @@
</MessageContent>
<YesButton>
<MudButton Size="Size.Small" Variant="Variant.Filled" Color="Color.Error"
StartIcon="@Icons.Material.Filled.DeleteForever">
StartIcon="@Icons.Material.Filled.Check">
Cancella
</MudButton>
</YesButton>
@@ -339,10 +339,10 @@
{
OnAfterChangeValue();
var result = await ConfirmMemo.ShowAsync();
// var result = await ConfirmMemo.ShowAsync();
if (result is true)
OpenAddMemo = !OpenAddMemo;
// if (result is true)
// OpenAddMemo = !OpenAddMemo;
}
private void OpenSelectEsito()