aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/list/BugRow.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/list/BugRow.graphql')
-rw-r--r--webui/src/list/BugRow.graphql13
1 files changed, 0 insertions, 13 deletions
diff --git a/webui/src/list/BugRow.graphql b/webui/src/list/BugRow.graphql
deleted file mode 100644
index c2966f10..00000000
--- a/webui/src/list/BugRow.graphql
+++ /dev/null
@@ -1,13 +0,0 @@
-#import "../components/fragments.graphql"
-
-fragment BugRow on Bug {
- id
- humanId
- title
- status
- createdAt
- labels {
- ...Label
- }
- ...authored
-}