Skip to content

Commit

Permalink
Added a comment into OnYesAsync method in PDFormFooter.razor.cs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandbanks committed Jan 9, 2025
1 parent dd9076e commit cf419cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PanoramicData.Blazor/PDFormFooter.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ private async Task OnYesAsync(MouseEventArgs args)
await Form.ResetChanges();
}

// DO NOT change this to "Delete" as it means that there is a non-closable modal after deletion (or cancellation of a delete) !!!
await Click.InvokeAsync("Yes").ConfigureAwait(true);
}
else if (Form.Mode == FormModes.Cancel)
Expand Down

0 comments on commit cf419cd

Please sign in to comment.