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

View File

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