mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
fix
This commit is contained in:
parent
177f6eaed5
commit
43cdf9fab1
@ -22,6 +22,7 @@
|
||||
label={arg.label}
|
||||
isNative
|
||||
{name}
|
||||
defaultValue={arg.default}
|
||||
options={arg.options.map(opt =>
|
||||
_.isString(opt) ? { label: opt, value: opt } : { label: opt.name, value: opt.value }
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user