Commit 3be28080 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Add single request context to MR Analytics

parent ce2549c6
......@@ -42,6 +42,9 @@ export default {
error() {
this.hasError = true;
},
context: {
isSingleRequest: true,
},
},
},
computed: {
......
......@@ -119,6 +119,9 @@ export default {
error() {
this.hasError = true;
},
context: {
isSingleRequest: true,
},
},
},
computed: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment