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 { ...@@ -6,8 +6,8 @@ export default {
components: { components: {
EditorLite, EditorLite,
}, },
inheritAttrs: false,
inject: ['projectPath', 'projectNamespace'], inject: ['projectPath', 'projectNamespace'],
inheritAttrs: false,
props: { props: {
ciConfigPath: { ciConfigPath: {
type: String, 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