Skip to content

Commit

Permalink
Merge pull request #22000 from abpframework/adjust-cms-menu
Browse files Browse the repository at this point in the history
Move Cms-Kit menu item to root
  • Loading branch information
salihozkara authored Jan 24, 2025
2 parents 7b6a41b + 41186e3 commit e25c2cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private Task AddCmsMenuAsync(MenuConfigurationContext context)
l["Cms"],
icon: "far fa-newspaper");

context.Menu.GetAdministration().AddItem(cmsMenu);
context.Menu.AddItem(cmsMenu);
}

foreach (var menu in cmsMenus)
Expand Down

0 comments on commit e25c2cb

Please sign in to comment.