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