Commit a6d6293a authored by Mark Florian's avatar Mark Florian

Fix component option order in pipeline_editor

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

Part of https://gitlab.com/gitlab-org/gitlab/-/issues/297216.
parent a1239653
......@@ -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