mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
chore: Lintfix and format (no-changelog) (#13705)
This commit is contained in:
committed by
GitHub
parent
9e83ff51da
commit
d2dd1796a8
@@ -55,8 +55,8 @@ const nodeName = (node: IVersionNode): string => {
|
||||
<div>
|
||||
<div
|
||||
v-if="version.description"
|
||||
:class="$style.description"
|
||||
v-n8n-html="version.description"
|
||||
:class="$style.description"
|
||||
></div>
|
||||
<div v-if="version.nodes && version.nodes.length > 0" :class="$style.nodes">
|
||||
<NodeIcon
|
||||
|
||||
Reference in New Issue
Block a user