mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
fix
This commit is contained in:
parent
6ed18c2dbb
commit
b04b0afa03
@ -66,6 +66,7 @@
|
||||
<FormRadioGroupField
|
||||
disabled={isConnected}
|
||||
name="useDatabaseUrl"
|
||||
matchValueToOption={(value, option) => !!option.value == !!value}
|
||||
options={[
|
||||
{ label: 'Fill database connection details', value: '', default: true },
|
||||
{ label: 'Use database URL', value: '1' },
|
||||
|
Loading…
Reference in New Issue
Block a user