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 { ...@@ -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