chore: Lintfix and format (no-changelog) (#13705)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-03-05 16:50:43 +01:00
committed by GitHub
parent 9e83ff51da
commit d2dd1796a8
45 changed files with 66 additions and 70 deletions

View File

@@ -46,13 +46,13 @@ const simplyText = computed(() => {
[$style.highlight]: highlight,
}"
>
<span data-test-id="parameter-input-hint" v-n8n-html="simplyText"></span>
<span v-n8n-html="simplyText" data-test-id="parameter-input-hint"></span>
</div>
<div
v-else
ref="hintTextRef"
:class="{ [$style.singleline]: singleLine, [$style.highlight]: highlight }"
v-n8n-html="sanitizeHtml(hint)"
:class="{ [$style.singleline]: singleLine, [$style.highlight]: highlight }"
></div>
</n8n-text>
</template>