Commit f6fc632c authored by Mark Florian's avatar Mark Florian Committed by David O'Regan

Fix component option order in test_case_show

This fixes `vue/order-in-components` violations in the
`{,ee/}app/assets/javascripts/test_case_show` directories.

Part of https://gitlab.com/gitlab-org/gitlab/-/issues/297216.
parent b99dc68a
......@@ -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