Last active
April 12, 2022 12:52
-
-
Save casdidier/8e9c30abe3dcb56c9db26a830b508484 to your computer and use it in GitHub Desktop.
Flags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const isZoningMigrationEnabled = | |
this.appContext.project.flags?.zonings?.["zoningMigration"] && | |
this.appContext.config.featureFlags["zoningV2Migration"]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment