1
0
Fork 0
mirror of synced 2024-07-08 15:56:23 +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}
<Select
placeholder={null}
disabled={!typeEnabled}
bind:value={editableColumn.fieldId}
on:change={onHandleTypeChange}