From ed18fba78688bccbd6ba63e8cc3753f880df4d30 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Fri, 5 Feb 2021 19:36:31 +0100 Subject: [PATCH] Fixed issue with injected UmbracoHelper hiding the one on the UmbracoViewPage --- .../Views/Partials/grid/editors/macro.cshtml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Umbraco.Web.UI.NetCore/Views/Partials/grid/editors/macro.cshtml b/src/Umbraco.Web.UI.NetCore/Views/Partials/grid/editors/macro.cshtml index 32d08ad5a5..87f6ec04af 100644 --- a/src/Umbraco.Web.UI.NetCore/Views/Partials/grid/editors/macro.cshtml +++ b/src/Umbraco.Web.UI.NetCore/Views/Partials/grid/editors/macro.cshtml @@ -1,6 +1,4 @@ -@using Umbraco.Web.Website -@inherits Umbraco.Web.Common.AspNetCore.UmbracoViewPage -@inject UmbracoHelper Umbraco; +@inherits Umbraco.Web.Common.AspNetCore.UmbracoViewPage @if (Model.value != null) {