Add is relation enabled to default feature flags (#11703)
This commit is contained in:
@ -1 +1,3 @@
|
|||||||
export const DEFAULT_FEATURE_FLAGS = [];
|
import { FeatureFlagKey } from 'src/engine/core-modules/feature-flag/enums/feature-flag-key.enum';
|
||||||
|
|
||||||
|
export const DEFAULT_FEATURE_FLAGS = [FeatureFlagKey.IsNewRelationEnabled];
|
||||||
|
|||||||
Reference in New Issue
Block a user