mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 01:55:59 +00:00
fix + ability to choose imported table
This commit is contained in:
@@ -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 => ({
|
||||
|
||||
Reference in New Issue
Block a user