n8n/packages/editor-ui/src/views/SettingsVersionControl.vue
Csaba Tuncsik 0e0a064fa7
feat(editor): Version control (WIP) (#6013)
* feat(editor): Version control settings (with feature flag)

* feat(editor): replace posthog feature flag with local storage key
2023-04-19 16:01:32 +02:00

12 lines
258 B
Vue

<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>