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>2023-03-21 18:09:11 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-21 18:09:11 +0300
commit97a128c1d1bf45bcc00d5fae037f840eff1ae4e0 (patch)
treebb599771ab8da98296a8fbd4573b9eaf137ea315 /lib/gitlab/gon_helper.rb
parent7f521d27811b472c43203ed3d1bde4460a617f89 (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, 0 insertions, 1 deletions
diff --git a/lib/gitlab/gon_helper.rb b/lib/gitlab/gon_helper.rb
index c88d4063911..cdb3c1685f9 100644
--- a/lib/gitlab/gon_helper.rb
+++ b/lib/gitlab/gon_helper.rb
@@ -65,7 +65,6 @@ module Gitlab
push_frontend_feature_flag(:security_auto_fix)
push_frontend_feature_flag(:source_editor_toolbar)
push_frontend_feature_flag(:vscode_web_ide, current_user)
- push_frontend_feature_flag(:full_path_project_search, current_user)
end
# Exposes the state of a feature flag to the frontend code.