feat(core): Add versionControl feature flag (#6000)
add versionControl feature flag
This commit is contained in:
committed by
GitHub
parent
0c10fbc83f
commit
33299ca61a
@@ -29,6 +29,7 @@ const enabledFeatures = {
|
||||
[LICENSE_FEATURES.SAML]: false,
|
||||
[LICENSE_FEATURES.LOG_STREAMING]: false,
|
||||
[LICENSE_FEATURES.ADVANCED_EXECUTION_FILTERS]: false,
|
||||
[LICENSE_FEATURES.VERSION_CONTROL]: false,
|
||||
};
|
||||
|
||||
type Feature = keyof typeof enabledFeatures;
|
||||
|
||||
Reference in New Issue
Block a user