Skip to content

Commit

Permalink
Update src/OrchardCore.Modules/OrchardCore.Lists/Drivers/ListPartDisp…
Browse files Browse the repository at this point in the history
…layDriver.cs

Co-authored-by: Mike Alhayek <[email protected]>
  • Loading branch information
giannik and MikeAlhayek authored Sep 18, 2024
1 parent b841e5c commit 00cf444
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ private ShapeResult InitializeDisplayListPartDetailAdminShape(ListPart listPart,
}
private ShapeResult InitializeDisplayListPartDetailAdminSearchPanelShape()
{
return Initialize("ListPartDetailAdminSearchPanel", (Func<ListPartViewModel, ValueTask>)(async model =>
return Initialize<ListPartViewModel>("ListPartDetailAdminSearchPanel", async model =>
{
var listPartFilterViewModel = new ListPartFilterViewModel();
await _updateModelAccessor.ModelUpdater.TryUpdateModelAsync(listPartFilterViewModel, Prefix);
Expand Down

0 comments on commit 00cf444

Please sign in to comment.