diff options
-rw-r--r-- | webui/src/components/CloseBugButton/CloseBug.graphql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/components/CloseBugButton/CloseBug.graphql b/webui/src/components/CloseBugButton/CloseBug.graphql index b134cc04..e2f4bff2 100644 --- a/webui/src/components/CloseBugButton/CloseBug.graphql +++ b/webui/src/components/CloseBugButton/CloseBug.graphql @@ -2,7 +2,7 @@ mutation closeBug($input: CloseBugInput!) { closeBug(input: $input) { bug { - humanId + id } } }
\ No newline at end of file |