From bd0ea7bc0a9007a64ada47c3faec11484605b548 Mon Sep 17 00:00:00 2001 From: Zack Krida Date: Sun, 22 Jan 2023 17:05:21 +0300 Subject: [PATCH] Disable new header --- feat/feature-flags.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feat/feature-flags.json b/feat/feature-flags.json index f240165b12..2bdccd1c6f 100644 --- a/feat/feature-flags.json +++ b/feat/feature-flags.json @@ -10,11 +10,11 @@ }, "new_header": { "status": { - "staging": "enabled", + "staging": "switchable", "production": "disabled" }, "description": "Toggle the new header, including recent searches.", - "defaultState": "on" + "defaultState": "off" }, "feat_disabled": { "status": "disabled",