From 93f5785fc6bf5eab81ed5745cb7090133ed77f75 Mon Sep 17 00:00:00 2001 From: Olga Bulat Date: Wed, 18 Jan 2023 12:37:19 +0300 Subject: [PATCH] Set the new_header flag to enabled (#2103) Update feature-flags.json --- feat/feature-flags.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feat/feature-flags.json b/feat/feature-flags.json index 71c098c4f1..f240165b12 100644 --- a/feat/feature-flags.json +++ b/feat/feature-flags.json @@ -10,7 +10,7 @@ }, "new_header": { "status": { - "staging": "switchable", + "staging": "enabled", "production": "disabled" }, "description": "Toggle the new header, including recent searches.",