mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
PostgreSQL: Display correct initial value for tls mode (#84356)
This commit is contained in:
+1
-1
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user