From 40539bf3b79f26a4925b0b93b7303eec375e3be5 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Thu, 18 Jan 2018 18:35:29 +0100 Subject: [PATCH] Set limit to 10 when searching for people --- client/coral-admin/src/routes/Community/containers/People.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/coral-admin/src/routes/Community/containers/People.js b/client/coral-admin/src/routes/Community/containers/People.js index dfee82ad5..b60d145e3 100644 --- a/client/coral-admin/src/routes/Community/containers/People.js +++ b/client/coral-admin/src/routes/Community/containers/People.js @@ -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, {