Skip to content

Commit

Permalink
Issue #13618 - only request three fields: id, title and parent
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Jul 2, 2020
1 parent 50a4dd3 commit 8b5673f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor/src/components/page-attributes/parent.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const applyWithSelect = withSelect( ( select ) => {
parent_exclude: postId,
orderby: 'menu_order',
order: 'asc',
_fields: 'id,title,parent',
};

return {
Expand Down

0 comments on commit 8b5673f

Please sign in to comment.