Skip to content

Commit

Permalink
Navigation block: Use unbounded query when requesting top level pages (
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks authored Sep 30, 2020
1 parent 004a32e commit 55fdf35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/navigation/placeholder.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ function NavigationPlaceholder( { onCreate }, ref ) {
parent: 0,
order: 'asc',
orderby: 'id',
per_page: -1,
},
];
const menusParameters = [ { per_page: -1 } ];
Expand Down

0 comments on commit 55fdf35

Please sign in to comment.