Skip to content

Commit

Permalink
Set ListPart property on ListPartViewModel
Browse files Browse the repository at this point in the history
  • Loading branch information
aliamiras committed Mar 21, 2024
1 parent e317695 commit d5b2ca9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ private ShapeResult InitializeDisplayListPartDisplayShape(ListPart listPart, Bui
model.ContainedContentTypeDefinitions = await GetContainedContentTypesAsync(settings);
model.Context = context;
model.Pager = await context.New.PagerSlim(pager);
model.ListPart = listPart;
})
.Location("Detail", "Content:10");
}
Expand Down

0 comments on commit d5b2ca9

Please sign in to comment.