aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/BugTitleForm/SetTitle.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/components/BugTitleForm/SetTitle.graphql')
-rw-r--r--webui/src/components/BugTitleForm/SetTitle.graphql2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/components/BugTitleForm/SetTitle.graphql b/webui/src/components/BugTitleForm/SetTitle.graphql
index 4bc4656c..b96af155 100644
--- a/webui/src/components/BugTitleForm/SetTitle.graphql
+++ b/webui/src/components/BugTitleForm/SetTitle.graphql
@@ -1,7 +1,7 @@
mutation setTitle($input: SetTitleInput!) {
setTitle(input: $input) {
bug {
- humanId
+ id
}
}
} \ No newline at end of file