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:
parent
1d7fe369c6
commit
68ea45b854
|
@ -156,6 +156,7 @@
|
||||||
</div>
|
</div>
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
|
{#if !existingTableId}
|
||||||
<div class="display-column">
|
<div class="display-column">
|
||||||
<Select
|
<Select
|
||||||
label="Display Column"
|
label="Display Column"
|
||||||
|
@ -164,6 +165,7 @@
|
||||||
sort
|
sort
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
{/if}
|
||||||
{:else if hasValidated}
|
{:else if hasValidated}
|
||||||
<div>
|
<div>
|
||||||
<InlineAlert
|
<InlineAlert
|
||||||
|
|
Loading…
Reference in New Issue