mirror of
https://github.com/wassname/talk.git
synced 2026-07-15 11:26:58 +08:00
Set limit to 10 when searching for people
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user