From ff97077fc8908cc231d967aa7e7133198172b326 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 7 Sep 2021 01:02:14 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- lib/gitlab/gon_helper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/gitlab') diff --git a/lib/gitlab/gon_helper.rb b/lib/gitlab/gon_helper.rb index 861ca1e757c..258c13894fb 100644 --- a/lib/gitlab/gon_helper.rb +++ b/lib/gitlab/gon_helper.rb @@ -54,6 +54,7 @@ module Gitlab push_frontend_feature_flag(:usage_data_api, type: :ops, default_enabled: :yaml) push_frontend_feature_flag(:security_auto_fix, default_enabled: false) push_frontend_feature_flag(:improved_emoji_picker, default_enabled: :yaml) + push_frontend_feature_flag(:new_header_search, default_enabled: :yaml) end # Exposes the state of a feature flag to the frontend code. -- cgit v1.2.3