mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 05:26:00 +00:00
fix
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
label={arg.label}
|
label={arg.label}
|
||||||
isNative
|
isNative
|
||||||
{name}
|
{name}
|
||||||
|
defaultValue={arg.default}
|
||||||
options={arg.options.map(opt =>
|
options={arg.options.map(opt =>
|
||||||
_.isString(opt) ? { label: opt, value: opt } : { label: opt.name, value: opt.value }
|
_.isString(opt) ? { label: opt, value: opt } : { label: opt.name, value: opt.value }
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user