mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 05:56:00 +00:00
import table wizard
This commit is contained in:
@@ -15,6 +15,6 @@
|
||||
<SelectField
|
||||
{options}
|
||||
isNative
|
||||
value={values[`actionType_${name}`] || options[0].value}
|
||||
value={$values[`actionType_${name}`] || options[0].value}
|
||||
on:change={e => setFieldValue(`actionType_${name}`, e.detail)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user