aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/ListPage.js
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-08-08 19:05:34 +0200
committerMichael Muré <batolettre@gmail.com>2018-08-08 19:05:34 +0200
commitb8e9e581b193d32684c685aa73a6890385f879c3 (patch)
tree770a6a020eb2a2dd1ff6e39909b07c3b74637d67 /webui/src/ListPage.js
parentca4c829ed0416f146d890fc11b2c3c07104c13d2 (diff)
downloadgit-bug-b8e9e581b193d32684c685aa73a6890385f879c3.tar.gz
webui: fix graphql queries
Diffstat (limited to 'webui/src/ListPage.js')
-rw-r--r--webui/src/ListPage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/ListPage.js b/webui/src/ListPage.js
index 836acda5..ed56e553 100644
--- a/webui/src/ListPage.js
+++ b/webui/src/ListPage.js
@@ -10,7 +10,7 @@ import BugSummary from "./BugSummary";
const QUERY = gql`
{
defaultRepository {
- bugs: allBugs(input: { first: 10 }) {
+ bugs: allBugs(first: 10) {
edges {
cursor
node {