1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Adding a check to disable the display column options when importing to an existing table as it makes no sense in this scenario.

This commit is contained in:
mike12345567 2021-11-15 14:15:14 +00:00
parent 1d7fe369c6
commit 68ea45b854

View file

@ -156,14 +156,16 @@
</div>
{/each}
</div>
<div class="display-column">
<Select
label="Display Column"
bind:value={primaryDisplay}
options={fields}
sort
/>
</div>
{#if !existingTableId}
<div class="display-column">
<Select
label="Display Column"
bind:value={primaryDisplay}
options={fields}
sort
/>
</div>
{/if}
{:else if hasValidated}
<div>
<InlineAlert