Skip to content

Commit

Permalink
Fix menu items loading.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel910 committed Mar 17, 2019
1 parent 3c1b413 commit 8889a28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default async ({ entity: menu, context: graphqlContext }: Object) => {
const ids = Object.keys(context.distinctParents.data);

const { Page, Category } = graphqlContext.cms.entities;
listPublishedPages({
await listPublishedPages({
args: { parent: ids },
Page,
Category
Expand Down

0 comments on commit 8889a28

Please sign in to comment.