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

Commit 0c8f61f

Browse files
committed
Merge remote-tracking branch 'origin/dev-v9'
2 parents f9c97dd + e1b452a commit 0c8f61f

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)