Skip to content

Commit

Permalink
🚩Enable career fair form not contact form #2343
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Jun 5, 2024
1 parent e05235d commit 3f599e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FeatureFlags.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ const SEARCH = [...GLOBAL_PROD, ...GLOBAL_DEV]
const EVENT = [...GLOBAL_PROD, ...GLOBAL_DEV]

const SUBSCRIBE_FORM = [...GLOBAL_PROD, ...GLOBAL_DEV]
const CAREERS_CONTACT_FORM = [...GLOBAL_PROD, ...GLOBAL_DEV, 'brazil']
const CAREERS_CONTACT_FORM = [...GLOBAL_PROD, ...GLOBAL_DEV]
const CONTACT_EQUINOR_FORM = [...GLOBAL_PROD, ...GLOBAL_DEV]
const ORDER_REPORT_FORM = [...GLOBAL_PROD, ...GLOBAL_DEV]
const CAREER_FAIR_AND_VISITS_FORM = [...GLOBAL_PROD, ...GLOBAL_DEV]
const CAREER_FAIR_AND_VISITS_FORM = [...GLOBAL_PROD, ...GLOBAL_DEV, 'brazil']

const FANCY_MENU = [...GLOBAL_PROD, ...GLOBAL_DEV]
/* LANDING_PAGE requires FANCY_MENU to work */
Expand Down

0 comments on commit 3f599e2

Please sign in to comment.