Skip to content

Commit

Permalink
turn on asset selection syntax by default
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Mar 7, 2025
1 parent 057e495 commit bb047f0
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import {FeatureFlag} from 'shared/app/FeatureFlags.oss';
*/
export const DEFAULT_FEATURE_FLAG_VALUES: Partial<Record<FeatureFlag, boolean>> = {
[FeatureFlag.flagAssetSelectionWorker]: true,
[FeatureFlag.flagSelectionSyntax]: new URLSearchParams(global?.location?.search ?? '').has(
'new-asset-selection-syntax',
),
[FeatureFlag.flagSelectionSyntax]: true,

// Flags for tests
[FeatureFlag.__TestFlagDefaultTrue]: true,
Expand Down

0 comments on commit bb047f0

Please sign in to comment.