Skip to content

Commit

Permalink
fix(#864): remove div around additional props hideDropArea in documen…
Browse files Browse the repository at this point in the history
…tation
  • Loading branch information
RueRivoli committed Jan 11, 2024
1 parent dd3e256 commit 4881ce9
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions packages/documentation/pages/usage/components/form-fields.vue
Original file line number Diff line number Diff line change
Expand Up @@ -356,19 +356,15 @@
label="maxHeight"
/>
</div>
<div
<KtFieldToggle
v-if="
componentDefinition.additionalProps.includes('hideDropArea')
"
class="field-row"
>
<KtFieldToggle
formKey="hideDropArea"
isOptional
label="hideDropArea"
type="switch"
/>
</div>
formKey="hideDropArea"
isOptional
label="hideDropArea"
type="switch"
/>
<KtFieldSingleSelect
v-if="
componentDefinition.additionalProps.includes('toggleType')
Expand Down

0 comments on commit 4881ce9

Please sign in to comment.