Skip to content

Commit

Permalink
Terms: Fetch up to 100 included terms assigned
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Mar 30, 2018
1 parent 25b782a commit 07f0fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/components/post-taxonomies/flat-term-selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class FlatTermSelector extends Component {
componentDidMount() {
if ( this.props.terms ) {
this.setState( { loading: false } );
this.initRequest = this.fetchTerms( { include: this.props.terms } );
this.initRequest = this.fetchTerms( { include: this.props.terms, per_page: 100 } );
this.initRequest.then(
() => {
this.setState( { loading: false } );
Expand Down

0 comments on commit 07f0fb5

Please sign in to comment.