aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/new/NewBug.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/pages/new/NewBug.graphql')
-rw-r--r--webui/src/pages/new/NewBug.graphql4
1 files changed, 2 insertions, 2 deletions
diff --git a/webui/src/pages/new/NewBug.graphql b/webui/src/pages/new/NewBug.graphql
index 92df016e..ef024e41 100644
--- a/webui/src/pages/new/NewBug.graphql
+++ b/webui/src/pages/new/NewBug.graphql
@@ -1,7 +1,7 @@
mutation newBug($input: NewBugInput!) {
newBug(input: $input) {
bug {
- humanId
+ id
}
}
-} \ No newline at end of file
+}