Skip to content

Commit

Permalink
🚩 Enable forms on brazil #2343
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed May 31, 2024
1 parent 93c41fa commit 1e8cb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FeatureFlags.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const MAGAZINE_INDEX = [...GLOBAL_PROD, ...GLOBAL_DEV]
const LOCAL_NEWS = [...GLOBAL_PROD, ...GLOBAL_DEV]
const SEARCH = [...GLOBAL_PROD, ...GLOBAL_DEV]
const EVENT = [...GLOBAL_PROD, ...GLOBAL_DEV]
const FORMS = [...GLOBAL_PROD, ...GLOBAL_DEV]
const FORMS = [...GLOBAL_PROD, ...GLOBAL_DEV, 'brazil']
const FANCY_MENU = [...GLOBAL_PROD, ...GLOBAL_DEV]
/* LANDING_PAGE requires FANCY_MENU to work */
const LANDING_PAGE = [...GLOBAL_PROD, ...GLOBAL_DEV]
Expand Down

0 comments on commit 1e8cb8f

Please sign in to comment.