Added back in binding icon positioning override for JSON field
This commit is contained in:
parent
16061765ee
commit
fdbf1b3469
|
@ -234,6 +234,7 @@
|
||||||
{#each schemaFields || [] as [field, schema]}
|
{#each schemaFields || [] as [field, schema]}
|
||||||
{#if !schema.autocolumn && Object.hasOwn(editableFields, field)}
|
{#if !schema.autocolumn && Object.hasOwn(editableFields, field)}
|
||||||
<PropField label={field} fullWidth={isFullWidth(schema.type)}>
|
<PropField label={field} fullWidth={isFullWidth(schema.type)}>
|
||||||
|
<div class="prop-control-wrap">
|
||||||
{#if isTestModal}
|
{#if isTestModal}
|
||||||
<RowSelectorTypes
|
<RowSelectorTypes
|
||||||
{isTestModal}
|
{isTestModal}
|
||||||
|
@ -277,6 +278,7 @@
|
||||||
/>
|
/>
|
||||||
</DrawerBindableSlot>
|
</DrawerBindableSlot>
|
||||||
{/if}
|
{/if}
|
||||||
|
</div>
|
||||||
</PropField>
|
</PropField>
|
||||||
{/if}
|
{/if}
|
||||||
{/each}
|
{/each}
|
||||||
|
|
Loading…
Reference in New Issue