diff --git a/frontend/feat/feature-flags.json b/frontend/feat/feature-flags.json index 052a385e0f3..3883fd28200 100644 --- a/frontend/feat/feature-flags.json +++ b/frontend/feat/feature-flags.json @@ -12,10 +12,10 @@ "additional_search_views": { "status": { "staging": "switchable", - "production": "disabled" + "production": "switchable" }, "description": "Toggle additional search views for tag/creator/source.", - "defaultState": "off", + "defaultState": "on", "storage": "cookie" }, "additional_search_types": {