Commit 8243a3a9 authored by Olena Horal-Koretska's avatar Olena Horal-Koretska

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

Fix component option order in jobs

See merge request gitlab-org/gitlab!51366
parents b5e9e299 57038597
...@@ -11,6 +11,11 @@ export default { ...@@ -11,6 +11,11 @@ export default {
i18n: { i18n: {
...JOB_RETRY_FORWARD_DEPLOYMENT_MODAL, ...JOB_RETRY_FORWARD_DEPLOYMENT_MODAL,
}, },
inject: {
retryOutdatedJobDocsUrl: {
default: '',
},
},
props: { props: {
modalId: { modalId: {
type: String, type: String,
...@@ -21,11 +26,6 @@ export default { ...@@ -21,11 +26,6 @@ export default {
required: true, required: true,
}, },
}, },
inject: {
retryOutdatedJobDocsUrl: {
default: '',
},
},
data() { data() {
return { return {
primaryProps: { 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