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 0cf612029e
commit c85b1a5a0c
1 changed files with 10 additions and 8 deletions

View File

@ -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