Skip to content

Commit

Permalink
fix(editor): Fix credentials rendering when the node has no parameters (
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradFilipovic authored Jun 23, 2022
1 parent 2ccc7fb commit 55bab19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/editor-ui/src/components/ParameterInputList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@
/>
</div>
</div>
<div
:class="{indent}"
v-if="filteredParameters.length === 0"
>
<slot/>
</div>
</div>
</template>

Expand Down

0 comments on commit 55bab19

Please sign in to comment.