Set limit to 10 when searching for people

This commit is contained in:
Chi Vinh Le
2018-01-18 18:35:29 +01:00
parent c1a26d2e71
commit 40539bf3b7
@@ -39,7 +39,7 @@ class PeopleContainer extends React.Component {
query: SEARCH_QUERY,
variables: {
value,
limit: 5,
limit: 10,
},
updateQuery: (previous, { fetchMoreResult: { users } }) => {
const updated = update(previous, {