fix(editor): Fix credentials rendering when the node has no parameters (#3563)

This commit is contained in:
Milorad FIlipović 2022-06-23 19:56:05 +02:00 committed by GitHub
parent 2ccc7fbc9d
commit 55bab19eb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,6 +81,12 @@
/>
</div>
</div>
<div
:class="{indent}"
v-if="filteredParameters.length === 0"
>
<slot/>
</div>
</div>
</template>