Skip to content

Commit

Permalink
Merge pull request #22003 from abpframework/auto-merge/rel-9-1/3428
Browse files Browse the repository at this point in the history
Merge branch dev with rel-9.1
  • Loading branch information
maliming authored Jan 24, 2025
2 parents 5453ab1 + b00ff57 commit 616a77d
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 616a77d

Please sign in to comment.