aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/MessageCommentFragment.graphql
diff options
context:
space:
mode:
authorSascha <GlancingMind@outlook.com>2021-03-17 11:37:04 +0100
committerSascha <GlancingMind@outlook.com>2021-03-19 17:49:46 +0100
commit26ad5fc379749d7effc324ae36e778ee540053a7 (patch)
tree143079a9562f25d8d23403357d9fd5e93e7af13e /webui/src/pages/bug/MessageCommentFragment.graphql
parent2a1c77236c1c601971ab71f076c85529d1d60a72 (diff)
downloadgit-bug-26ad5fc379749d7effc324ae36e778ee540053a7.tar.gz
Add onClick handler to edit button
Diffstat (limited to 'webui/src/pages/bug/MessageCommentFragment.graphql')
-rw-r--r--webui/src/pages/bug/MessageCommentFragment.graphql1
1 files changed, 1 insertions, 0 deletions
diff --git a/webui/src/pages/bug/MessageCommentFragment.graphql b/webui/src/pages/bug/MessageCommentFragment.graphql
index 00f8342d..337eade0 100644
--- a/webui/src/pages/bug/MessageCommentFragment.graphql
+++ b/webui/src/pages/bug/MessageCommentFragment.graphql
@@ -1,6 +1,7 @@
#import "../../components/fragments.graphql"
fragment AddComment on AddCommentTimelineItem {
+ id
createdAt
...authored
edited