We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045712c commit 0830b0fCopy full SHA for 0830b0f
src/DotNetElements.Web.Blazor/CrudEditDialog.cs
@@ -61,7 +61,7 @@ public CrudEditDialog()
61
DialogActions = DefaultDialogActions;
62
}
63
64
- private async Task OnSubmit()
+ protected async Task OnSubmit()
65
{
66
OnBeforeValidate();
67
@@ -82,7 +82,7 @@ private async Task OnSubmit()
82
Dialog?.Close(DialogResult.Ok(result));
83
84
85
- private void OnCancel()
+ protected void OnCancel()
86
87
Dialog?.Cancel();
88
0 commit comments