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>2022-11-15 06:11:37 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-15 06:11:37 +0300
commitaa9f2954530d4b43a4e3b190b7769fe5b6b6a64e (patch)
tree4f6f50b00030f7edc01a7ad23f5744a1abcde0aa /lib/gitlab/gon_helper.rb
parent38b948a54e00841b51c446beb0adf079af60c963 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/gon_helper.rb')
-rw-r--r--lib/gitlab/gon_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/gon_helper.rb b/lib/gitlab/gon_helper.rb
index bf111957a32..a0daa03bbed 100644
--- a/lib/gitlab/gon_helper.rb
+++ b/lib/gitlab/gon_helper.rb
@@ -65,6 +65,7 @@ module Gitlab
push_frontend_feature_flag(:new_header_search)
push_frontend_feature_flag(:source_editor_toolbar)
push_frontend_feature_flag(:integration_slack_app_notifications)
+ push_frontend_feature_flag(:vue_group_select)
end
# Exposes the state of a feature flag to the frontend code.