Enable CoreView feature flag on new workspaces (#14164)
This commit is contained in:
+3
-1
@@ -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.IS_CORE_VIEW_ENABLED];
|
||||
|
||||
Reference in New Issue
Block a user