mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-23 04:39:08 +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>
|
</div>
|
||||||
|
<div
|
||||||
|
:class="{indent}"
|
||||||
|
v-if="filteredParameters.length === 0"
|
||||||
|
>
|
||||||
|
<slot/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user