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

Commit e1b452a

Browse files
authored
Merge pull request #273 from sgerme/patch-1
make it overridable
2 parents 32790cd + ea72c1e commit e1b452a

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)