chore: Lintfix frontend packages (#16896)

This commit is contained in:
Iván Ovejero
2025-07-02 10:31:11 +02:00
committed by GitHub
parent 8fda3fb2aa
commit 060acd2db8
60 changed files with 91 additions and 116 deletions

View File

@@ -133,7 +133,7 @@ async function onActionDropdownClick(id: string) {
</span>
</n8n-text>
</div>
<div :class="$style.deprecationWarning" v-if="provider.name === 'infisical'">
<div v-if="provider.name === 'infisical'" :class="$style.deprecationWarning">
<n8n-icon :class="$style['warningTriangle']" icon="triangle-alert" />
<N8nBadge class="mr-xs" theme="tertiary" bold data-test-id="card-badge">
{{ i18n.baseText('settings.externalSecrets.card.deprecated') }}