Skip to content

Commit

Permalink
Update after breaking change.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Aug 20, 2024
1 parent 05acbfa commit 4cde7e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<li>
@if (!string.IsNullOrEmpty(link.ContentItemId))
{
var url = Orchard.Action<AdminController>(controller => controller.Edit(link.ContentItemId, null));
var url = Orchard.Action<AdminController>(controller => controller.Edit(link.ContentItemId));
<a class="dropdown-item btn-sm" href="@url" title="@T["Edit {0}", link.DisplayText]">
<i class="fa-solid fa-edit" aria-hidden="true"></i> @link.DisplayText
</a>
Expand Down

0 comments on commit 4cde7e2

Please sign in to comment.