Skip to content

Commit

Permalink
Minor changes - remove parent tag from tag helper
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofPajak committed Jul 17, 2019
1 parent 0a90fae commit 1440a6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace Grand.Framework.TagHelpers.Admin
{
[HtmlTargetElement("tabstrip-item", ParentTag = "items")]
[HtmlTargetElement("tabstrip-item")]
public partial class AdminTabStripItemTagHelper : TagHelper
{
[ViewContext]
Expand Down

0 comments on commit 1440a6d

Please sign in to comment.