Disable product management experience in dev env (#34836)

* Set product management experience to false in development

* Disable new-product-management-experience feature flag in development
This commit is contained in:
louwie17 2022-09-26 10:07:44 -03:00 committed by GitHub
parent 63aa382ffb
commit 1dc50326b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Disable new-product-management-experience feature flag in development.

View File

@ -16,7 +16,7 @@
"minified-js": true,
"mobile-app-banner": true,
"navigation": true,
"new-product-management-experience": true,
"new-product-management-experience": false,
"onboarding": true,
"onboarding-tasks": true,
"payment-gateway-suggestions": true,