feat(editor): Show banner for non-production licenses (#6943)
https://linear.app/n8n/issue/PAY-692
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<script lang="ts" setup>
|
||||
import BaseBanner from '@/components/banners/BaseBanner.vue';
|
||||
import { i18n as locale } from '@/plugins/i18n';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<base-banner name="NON_PRODUCTION_LICENSE" :dismissible="false">
|
||||
<template #mainContent>
|
||||
<span>{{ locale.baseText('banners.nonProductionLicense.message') }}</span>
|
||||
</template>
|
||||
</base-banner>
|
||||
</template>
|
||||
Reference in New Issue
Block a user