Commit aa473ae7 authored by Scott Hampton's avatar Scott Hampton

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

Fix component option order in pipeline_editor

See merge request gitlab-org/gitlab!51370
parents 5fd96525 a6d6293a
......@@ -6,8 +6,8 @@ export default {
components: {
EditorLite,
},
inheritAttrs: false,
inject: ['projectPath', 'projectNamespace'],
inheritAttrs: false,
props: {
ciConfigPath: {
type: String,
......
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