Commit 456e4ac6 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'throughput-analytics-apollo-context' into 'master'

Add single request context to MR Analytics

See merge request gitlab-org/gitlab!39726
parents 54c2546c 3be28080
......@@ -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