Ensure the test modal isnt using the bindable slot component

This commit is contained in:
Dean 2025-04-02 10:50:29 +01:00
parent 7074a4087a
commit ff541e3dca
1 changed files with 1 additions and 1 deletions

View File

@ -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}