mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
chore: Lintfix and format (no-changelog) (#13705)
This commit is contained in:
committed by
GitHub
parent
9e83ff51da
commit
d2dd1796a8
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user