Skip to content

Commit

Permalink
enh(PropertySelect): hide PropertySelects with only one selectable op…
Browse files Browse the repository at this point in the history
…tion

Signed-off-by: Grigory Vodyanov <[email protected]>
  • Loading branch information
GVodyanov authored and SebastianKrupinski committed Oct 8, 2024
1 parent cc0ac21 commit 0ee16f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Properties/PropertySelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-->

<template>
<div v-if="propModel && showProperty" class="property">
<div v-if="propModel && showProperty && !isSingleOption" class="property">
<!-- title if first element -->
<PropertyTitle v-if="isFirstProperty && propModel.icon"
:property="property"
Expand Down

0 comments on commit 0ee16f1

Please sign in to comment.