Commit 9a35c4ff authored by David O'Regan's avatar David O'Regan

Merge branch 'fix-vue-order-in-components-test_case_show' into 'master'

Fix component option order in test_case_show

See merge request gitlab-org/gitlab!51376
parents 9943e2ac f6fc632c
......@@ -34,6 +34,7 @@ export default {
IssuableShow,
TestCaseSidebar,
},
mixins: [TestCaseGraphQL],
inject: [
'projectFullPath',
'testCaseNewPath',
......@@ -42,7 +43,6 @@ export default {
'descriptionPreviewPath',
'descriptionHelpPath',
],
mixins: [TestCaseGraphQL],
data() {
return {
testCase: {},
......
......@@ -19,6 +19,7 @@ export default {
directives: {
GlTooltip,
},
mixins: [TestCaseGraphQL],
inject: [
'projectFullPath',
'testCaseId',
......@@ -28,7 +29,6 @@ export default {
'labelsManagePath',
'projectsFetchPath',
],
mixins: [TestCaseGraphQL],
props: {
sidebarExpanded: {
type: Boolean,
......
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