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:
11
packages/editor-ui/src/views/SettingsVersionControl.vue
Normal file
11
packages/editor-ui/src/views/SettingsVersionControl.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script lang="ts" setup>
|
||||
import { i18n as locale } from '@/plugins/i18n';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<n8n-heading size="2xlarge">{{ locale.baseText('settings.versionControl.title') }}</n8n-heading>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="scss" module></style>
|
||||
Reference in New Issue
Block a user