fixes visuals
This commit is contained in:
parent
e4d863b765
commit
6780266ac7
|
@ -42,7 +42,7 @@
|
||||||
</Label>
|
</Label>
|
||||||
{:else}
|
{:else}
|
||||||
{#if schema.oneToMany}
|
{#if schema.oneToMany}
|
||||||
<Select on:change={e => linkedRows = [e.target.value]} name={label} {label}>
|
<Select secondary on:change={e => linkedRows = [e.target.value]} name={label} {label}>
|
||||||
<option value="">Choose an option</option>
|
<option value="">Choose an option</option>
|
||||||
{#each rows as row}
|
{#each rows as row}
|
||||||
<option selected={row._id === linkedRows[0]} value={row._id}>{getPrettyName(row)}</option>
|
<option selected={row._id === linkedRows[0]} value={row._id}>{getPrettyName(row)}</option>
|
||||||
|
|
Loading…
Reference in New Issue