Skip to content

Commit 0830b0f

Browse files
Lots of improvements for comment and report handling.
1 parent 045712c commit 0830b0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DotNetElements.Web.Blazor/CrudEditDialog.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public CrudEditDialog()
6161
DialogActions = DefaultDialogActions;
6262
}
6363

64-
private async Task OnSubmit()
64+
protected async Task OnSubmit()
6565
{
6666
OnBeforeValidate();
6767

@@ -82,7 +82,7 @@ private async Task OnSubmit()
8282
Dialog?.Close(DialogResult.Ok(result));
8383
}
8484

85-
private void OnCancel()
85+
protected void OnCancel()
8686
{
8787
Dialog?.Cancel();
8888
}

0 commit comments

Comments
 (0)