This commit is contained in:
SPRINX0\prochazka 2024-09-05 09:19:56 +02:00
parent 6ed18c2dbb
commit b04b0afa03

View File

@ -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' },