Skip to content

Commit 7b7810a

Browse files
Fixed of generate editor with Template in NopEditor
1 parent f0033ce commit 7b7810a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Presentation/Nop.Web.Framework/TagHelpers/Admin/NopEditorTagHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public override void Process(TagHelperContext context, TagHelperOutput output)
144144

145145
//generate editor
146146

147-
var htmlOutput = _htmlHelper.Editor(For.Name, new { htmlAttributes, postfix = Postfix });
147+
var htmlOutput = _htmlHelper.Editor(For.Name, Template, new { htmlAttributes, postfix = Postfix });
148148
output.Content.SetHtmlContent(htmlOutput);
149149
}
150150
}

0 commit comments

Comments
 (0)