feat(editor): Version control (WIP) (#6013)

* feat(editor): Version control settings (with feature flag)

* feat(editor): replace posthog feature flag with local storage key
This commit is contained in:
Csaba Tuncsik
2023-04-19 16:01:32 +02:00
committed by GitHub
parent c87262a312
commit 0e0a064fa7
5 changed files with 55 additions and 0 deletions

View File

@@ -395,6 +395,7 @@ export enum VIEWS {
LOG_STREAMING_SETTINGS = 'LogStreamingSettingsView',
SSO_SETTINGS = 'SSoSettings',
SAML_ONBOARDING = 'SamlOnboarding',
VERSION_CONTROL = 'VersionControl',
}
export enum FAKE_DOOR_FEATURES {