mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -08:00
fix(editor): Fix credentials rendering when the node has no parameters (#3563)
This commit is contained in:
parent
2ccc7fbc9d
commit
55bab19eb4
|
@ -81,6 +81,12 @@
|
|||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
:class="{indent}"
|
||||
v-if="filteredParameters.length === 0"
|
||||
>
|
||||
<slot/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in a new issue