Ensure the test modal isnt using the bindable slot component
This commit is contained in:
parent
7074a4087a
commit
ff541e3dca
|
@ -258,7 +258,7 @@
|
||||||
fullWidth={fullWidth || isFullWidth(schema.type)}
|
fullWidth={fullWidth || isFullWidth(schema.type)}
|
||||||
{componentWidth}
|
{componentWidth}
|
||||||
>
|
>
|
||||||
{#if customDrawer.includes(schema.type)}
|
{#if customDrawer.includes(schema.type) || isTestModal}
|
||||||
<div class="prop-control-wrap">
|
<div class="prop-control-wrap">
|
||||||
<RowSelectorTypes
|
<RowSelectorTypes
|
||||||
{isTestModal}
|
{isTestModal}
|
||||||
|
|
Loading…
Reference in New Issue