mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Fix credentials rendering when the node has no parameters (#3563)
This commit is contained in:
committed by
GitHub
parent
2ccc7fbc9d
commit
55bab19eb4
@@ -81,6 +81,12 @@
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
:class="{indent}"
|
||||
v-if="filteredParameters.length === 0"
|
||||
>
|
||||
<slot/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user