diff --git a/src/Umbraco.Web.UI.NetCore/Views/Partials/grid/bootstrap3-fluid.cshtml b/src/Umbraco.Web.UI.NetCore/Views/Partials/grid/bootstrap3-fluid.cshtml index 3b91577a03..904e446052 100644 --- a/src/Umbraco.Web.UI.NetCore/Views/Partials/grid/bootstrap3-fluid.cshtml +++ b/src/Umbraco.Web.UI.NetCore/Views/Partials/grid/bootstrap3-fluid.cshtml @@ -51,7 +51,8 @@
@foreach (var control in area.controls) { - if (control != null && control.editor != null && control.editor.view != null ) { + if (control != null && control.editor != null && control.editor.view != null) + { @await Html.PartialAsync("grid/editors/base", (object)control) } }