mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Fix wrong closing brace
This commit is contained in:
@@ -61,7 +61,9 @@
|
||||
<p>
|
||||
{{ nodeTitle }}
|
||||
</p>
|
||||
<p v-if="data.disabled">({{ $baseText('node.disabled') }}}</p>
|
||||
<p v-if="data.disabled">
|
||||
({{ $baseText('node.disabled') }})
|
||||
</p>
|
||||
</div>
|
||||
<div v-if="nodeSubtitle !== undefined" class="node-subtitle" :title="nodeSubtitle">
|
||||
{{ nodeSubtitle }}
|
||||
|
||||
Reference in New Issue
Block a user