Skip to content

Commit

Permalink
Components: Input-element-config-panel: Change v-if filter to isCusto…
Browse files Browse the repository at this point in the history
…mElement

Signed-off-by: Arturo Manzoli <[email protected]>
  • Loading branch information
ArturoManzoli committed Feb 4, 2025
1 parent 1c64500 commit 573150d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InputElementConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
</template>
</ExpansiblePanel>
<ExpansiblePanel
v-if="currentElement && currentElement.options.variableType"
v-if="currentElement && currentElement.isCustomElement"
:key="currentElement.hash"
no-bottom-divider
no-top-divider
Expand Down

0 comments on commit 573150d

Please sign in to comment.