Commit 1f62c81e authored by Illya Klymov's avatar Illya Klymov

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

Fix component option order in admin

See merge request gitlab-org/gitlab!51354
parents 933d223f dfae7b5a
......@@ -4,7 +4,6 @@ import { DEVOPS_ADOPTION_STRINGS, DEVOPS_ADOPTION_SEGMENT_MODAL_ID } from '../co
export default {
name: 'DevopsAdoptionEmptyState',
inject: ['emptyStateSvgPath'],
components: {
GlEmptyState,
GlButton,
......@@ -12,6 +11,7 @@ export default {
directives: {
GlModal: GlModalDirective,
},
inject: ['emptyStateSvgPath'],
i18n: DEVOPS_ADOPTION_STRINGS.emptyState,
devopsSegmentModalId: DEVOPS_ADOPTION_SEGMENT_MODAL_ID,
props: {
......
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