Commit da688e4b authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '258652-inject-feature-flag' into 'master'

Fix broken inject pattern for feature flags

See merge request gitlab-org/gitlab!45489
parents a8c66765 9eaf61c1
...@@ -26,10 +26,10 @@ export default { ...@@ -26,10 +26,10 @@ export default {
}, },
inject: { inject: {
strategyTypeDocsPagePath: { strategyTypeDocsPagePath: {
type: String, default: '',
}, },
environmentsScopeDocsPath: { environmentsScopeDocsPath: {
type: String, default: '',
}, },
}, },
props: { 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