diff options
Diffstat (limited to 'webui/src/pages/bug/CommentForm.graphql')
-rw-r--r-- | webui/src/pages/bug/CommentForm.graphql | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/webui/src/pages/bug/CommentForm.graphql b/webui/src/pages/bug/CommentForm.graphql index f4b61850..33d21193 100644 --- a/webui/src/pages/bug/CommentForm.graphql +++ b/webui/src/pages/bug/CommentForm.graphql @@ -1,7 +1,5 @@ mutation AddComment($input: AddCommentInput!) { addComment(input: $input) { - operation { - id - } + operation { id } } } |