fix + ability to choose imported table

This commit is contained in:
SPRINX0\prochazka
2024-09-26 14:49:58 +02:00
parent 1fa39b20d2
commit e2f352149d
2 changed files with 29 additions and 13 deletions

View File

@@ -9,7 +9,7 @@
{#if tableInfo}
<div class="wrapper">
<TextField {...$$restProps} {value} on:input={e => onChange(e.target.value)} />
<TextField {value} on:input={e => onChange(e.target.value)} />
<DropDownButton
menu={() => {
return tableInfo.columns.map(opt => ({