mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PostgreSQL: Display correct initial value for tls mode (#84356)
This commit is contained in:
parent
cd545ecb71
commit
0981403373
@ -175,7 +175,7 @@ export const PostgresConfigEditor = (props: DataSourcePluginOptionsEditorProps<P
|
||||
>
|
||||
<Select
|
||||
options={tlsModes}
|
||||
value={jsonData.sslmode || PostgresTLSModes.verifyFull}
|
||||
value={jsonData.sslmode || PostgresTLSModes.require}
|
||||
onChange={onJSONDataOptionSelected('sslmode')}
|
||||
width={WIDTH_LONG}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user