Remove placeholder from edit column modal to fix crash when selecting placeholder
This commit is contained in:
parent
68e679bb55
commit
f5ed62bd48
|
@ -519,6 +519,7 @@
|
|||
/>
|
||||
{/if}
|
||||
<Select
|
||||
placeholder={null}
|
||||
disabled={!typeEnabled}
|
||||
bind:value={editableColumn.fieldId}
|
||||
on:change={onHandleTypeChange}
|
||||
|
|
Loading…
Reference in New Issue