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)}
|
||||
{componentWidth}
|
||||
>
|
||||
{#if customDrawer.includes(schema.type)}
|
||||
{#if customDrawer.includes(schema.type) || isTestModal}
|
||||
<div class="prop-control-wrap">
|
||||
<RowSelectorTypes
|
||||
{isTestModal}
|
||||
|
|
Loading…
Reference in New Issue