mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
chore(editor): Suppress warnings from vue-i18n (#17325)
This commit is contained in:
@@ -18,6 +18,7 @@ import type { IParameterLabel } from 'n8n-workflow';
|
||||
import ExternalSecretsProviderImage from '@/components/ExternalSecretsProviderImage.ee.vue';
|
||||
import ExternalSecretsProviderConnectionSwitch from '@/components/ExternalSecretsProviderConnectionSwitch.ee.vue';
|
||||
import { createEventBus } from '@n8n/utils/event-bus';
|
||||
import { I18nT } from 'vue-i18n';
|
||||
|
||||
const props = defineProps<{
|
||||
data: { eventBus: EventBus; name: string };
|
||||
@@ -226,13 +227,14 @@ async function onConnectionStateChange() {
|
||||
}}
|
||||
<span v-if="provider.connected">
|
||||
<br />
|
||||
<i18n-t
|
||||
<I18nT
|
||||
keypath="settings.externalSecrets.provider.testConnection.success.connected.usage"
|
||||
scope="global"
|
||||
>
|
||||
<template #code>
|
||||
<code>{{ `\{\{ \$secrets\.${provider.name}\.secret_name \}\}` }}</code>
|
||||
</template>
|
||||
</i18n-t>
|
||||
</I18nT>
|
||||
<n8n-link :href="i18n.baseText('settings.externalSecrets.docs.use')" size="small">
|
||||
{{
|
||||
i18n.baseText(
|
||||
|
||||
Reference in New Issue
Block a user