Skip to content

Commit

Permalink
Merge pull request #128 from Automattic/fix/tagquery
Browse files Browse the repository at this point in the history
Fix article block tag API param
  • Loading branch information
claudiulodro authored Oct 1, 2019
2 parents f7a4d43 + c009bac commit ca91501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/homepage-articles/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ export default compose( [
per_page: 100,
};
const tagsListQuery = {
per_page: 1000,
per_page: 100,
};
const postsListQuery = {
per_page: 50,
Expand Down

0 comments on commit ca91501

Please sign in to comment.