Create a Category Cancel OK @code { [Parameter] public required ArtifactGroupingValidationModel Model { get; set; } [Parameter] public bool IsUpdate { get; set; } = false; private void OnCancel(MouseEventArgs args) { throw new NotImplementedException(); } private void OnSubmit(MouseEventArgs args) { throw new NotImplementedException(); } }