1
0
Fork 0
mirror of synced 2024-09-20 11:27:56 +12:00

Added back in binding icon positioning override for JSON field

This commit is contained in:
Dean 2024-06-28 09:48:33 +01:00
parent 16061765ee
commit fdbf1b3469

View file

@ -234,6 +234,7 @@
{#each schemaFields || [] as [field, schema]}
{#if !schema.autocolumn && Object.hasOwn(editableFields, field)}
<PropField label={field} fullWidth={isFullWidth(schema.type)}>
<div class="prop-control-wrap">
{#if isTestModal}
<RowSelectorTypes
{isTestModal}
@ -277,6 +278,7 @@
/>
</DrawerBindableSlot>
{/if}
</div>
</PropField>
{/if}
{/each}