aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/list/BugRow.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/pages/list/BugRow.graphql')
-rw-r--r--webui/src/pages/list/BugRow.graphql3
1 files changed, 3 insertions, 0 deletions
diff --git a/webui/src/pages/list/BugRow.graphql b/webui/src/pages/list/BugRow.graphql
index 547c09d8..e4e2760c 100644
--- a/webui/src/pages/list/BugRow.graphql
+++ b/webui/src/pages/list/BugRow.graphql
@@ -9,5 +9,8 @@ fragment BugRow on Bug {
labels {
...Label
}
+ comments {
+ totalCount
+ }
...authored
}