1
0
Fork 0
mirror of synced 2024-07-19 13:15:49 +12:00

Remove placeholder from edit column modal to fix crash when selecting placeholder

This commit is contained in:
Andrew Kingston 2024-04-12 14:28:32 +01:00
parent 68e679bb55
commit f5ed62bd48

View file

@ -519,6 +519,7 @@
/> />
{/if} {/if}
<Select <Select
placeholder={null}
disabled={!typeEnabled} disabled={!typeEnabled}
bind:value={editableColumn.fieldId} bind:value={editableColumn.fieldId}
on:change={onHandleTypeChange} on:change={onHandleTypeChange}