Commit 57038597 authored by Mark Florian's avatar Mark Florian

Fix component option order in jobs

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

Part of https://gitlab.com/gitlab-org/gitlab/-/issues/297216.
parent a1239653
......@@ -11,6 +11,11 @@ export default {
i18n: {
...JOB_RETRY_FORWARD_DEPLOYMENT_MODAL,
},
inject: {
retryOutdatedJobDocsUrl: {
default: '',
},
},
props: {
modalId: {
type: String,
......@@ -21,11 +26,6 @@ export default {
required: true,
},
},
inject: {
retryOutdatedJobDocsUrl: {
default: '',
},
},
data() {
return {
primaryProps: {
......
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