Removed "hide when full" switch from slots

It currently doesn't do anything in this iteration of slot UI
This commit is contained in:
Stefan Zermatten
2023-06-07 15:06:28 +02:00
parent f66190463a
commit 308f3e735b

View File

@@ -76,6 +76,7 @@
/>
</v-col>
<v-col
v-if="context.isLibraryForm"
cols="12"
md="6"
>
@@ -84,7 +85,6 @@
data-id="test-slot-button"
>
<v-btn
v-if="context.isLibraryForm"
text
class="ma-0"
height="54"
@@ -115,6 +115,7 @@
<form-section name="Behavior">
<v-row dense>
<!--
<v-col
cols="12"
md="6"
@@ -128,6 +129,7 @@
@change="change('hideWhenFull', ...arguments)"
/>
</v-col>
-->
<v-col
cols="12"
md="6"