mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
chore(editor): Suppress warnings from vue-i18n (#17325)
This commit is contained in:
@@ -28,6 +28,7 @@ import { useBecomeTemplateCreatorStore } from '@/components/BecomeTemplateCreato
|
||||
import Logo from '@/components/Logo/Logo.vue';
|
||||
import VersionUpdateCTA from '@/components/VersionUpdateCTA.vue';
|
||||
import { TemplateClickSource, trackTemplatesClick } from '@/utils/experiments';
|
||||
import { I18nT } from 'vue-i18n';
|
||||
|
||||
const becomeTemplateCreatorStore = useBecomeTemplateCreatorStore();
|
||||
const cloudPlanStore = useCloudPlanStore();
|
||||
@@ -390,7 +391,7 @@ onClickOutside(createBtn as Ref<VueInstance>, () => {
|
||||
placement="bottom"
|
||||
>
|
||||
<template #content>
|
||||
<i18n-t keypath="readOnlyEnv.tooltip">
|
||||
<I18nT keypath="readOnlyEnv.tooltip" scope="global">
|
||||
<template #link>
|
||||
<N8nLink
|
||||
to="https://docs.n8n.io/source-control-environments/setup/#step-4-connect-n8n-and-configure-your-instance"
|
||||
@@ -399,7 +400,7 @@ onClickOutside(createBtn as Ref<VueInstance>, () => {
|
||||
{{ i18n.baseText('readOnlyEnv.tooltip.link') }}
|
||||
</N8nLink>
|
||||
</template>
|
||||
</i18n-t>
|
||||
</I18nT>
|
||||
</template>
|
||||
<N8nIcon
|
||||
data-test-id="read-only-env-icon"
|
||||
|
||||
Reference in New Issue
Block a user