Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit ea72c1e

Browse files
authored
make it overridable
1 parent 32790cd commit ea72c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Our.Umbraco.DocTypeGridEditor/ViewComponents/DocTypeGridEditorViewComponent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace Our.Umbraco.DocTypeGridEditor.ViewComponents
1212
{
1313
public class DocTypeGridEditorViewComponent : ViewComponent
1414
{
15-
public IViewComponentResult Invoke(dynamic model, string viewPath)
15+
public virtual IViewComponentResult Invoke(dynamic model, string viewPath)
1616
{
1717
return View(viewPath, model);
1818
}

0 commit comments

Comments
 (0)