Skip to content

Commit

Permalink
MS-19246 Re-instated "Yes" in OnYesAsync to re-fix broken footer dele…
Browse files Browse the repository at this point in the history
…te action on forms.
  • Loading branch information
rolandbanks committed Jan 9, 2025
1 parent 2e742a3 commit 101957f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PanoramicData.Blazor/PDFormFooter.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ private async Task OnYesAsync(MouseEventArgs args)
await Form.ResetChanges();
}

await Click.InvokeAsync("Delete").ConfigureAwait(true);
await Click.InvokeAsync("Yes").ConfigureAwait(true);
}
else if (Form.Mode == FormModes.Cancel)
{
Expand Down

0 comments on commit 101957f

Please sign in to comment.