aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/ListPage.js
diff options
context:
space:
mode:
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 {