Skip to content

Commit

Permalink
post update fixuppost update fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Apr 23, 2024
1 parent efceb5d commit 1d3f7fd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using Microsoft.AspNetCore.Mvc.ModelBinding;
using OrchardCore.DisplayManagement.Entities;
using OrchardCore.DisplayManagement.Handlers;
using OrchardCore.DisplayManagement.ModelBinding;
using OrchardCore.DisplayManagement.Views;
using OrchardCore.Security.Permissions;
using OrchardCore.Settings;
Expand Down Expand Up @@ -43,7 +44,7 @@ await AuthorizeAsync()
.OnGroup(GroupId)
: null;

public override async Task<IDisplayResult> UpdateAsync(TSection section, BuildEditorContext context)
public override async Task<IDisplayResult> UpdateAsync(TSection section, UpdateEditorContext context)
{
var viewModel = new JsonViewModel<TAdditionalData>();

Expand Down

0 comments on commit 1d3f7fd

Please sign in to comment.