Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-10-19 12:08:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-19 12:08:58 +0300
commit93e4425400aa60f54f1bbccb26ef6581503952f3 (patch)
tree60ec09e58a7ba58d3d795ddc12803d40471b758d /app/assets/javascripts/feature_flags
parent731d58455c61ad6400924171eb182f2c2ab2f0a4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/feature_flags')
-rw-r--r--app/assets/javascripts/feature_flags/components/strategy.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/feature_flags/components/strategy.vue b/app/assets/javascripts/feature_flags/components/strategy.vue
index ae559a4c9e3..6ef7de62386 100644
--- a/app/assets/javascripts/feature_flags/components/strategy.vue
+++ b/app/assets/javascripts/feature_flags/components/strategy.vue
@@ -26,10 +26,10 @@ export default {
},
inject: {
strategyTypeDocsPagePath: {
- type: String,
+ default: '',
},
environmentsScopeDocsPath: {
- type: String,
+ default: '',
},
},
props: {