mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
Postgres: Fix enabling the socks proxy (#80361)
postgres: fix enabling the socks proxy
This commit is contained in:
parent
5c8e88d6ab
commit
ced5b29951
@ -403,7 +403,7 @@ export const PostgresConfigEditor = (props: DataSourcePluginOptionsEditorProps<P
|
|||||||
<ConnectionLimits options={options} onOptionsChange={onOptionsChange} />
|
<ConnectionLimits options={options} onOptionsChange={onOptionsChange} />
|
||||||
|
|
||||||
{config.secureSocksDSProxyEnabled && (
|
{config.secureSocksDSProxyEnabled && (
|
||||||
<SecureSocksProxySettings options={options} onOptionsChange={() => onOptionsChange(options)} />
|
<SecureSocksProxySettings options={options} onOptionsChange={onOptionsChange} />
|
||||||
)}
|
)}
|
||||||
</ConfigSection>
|
</ConfigSection>
|
||||||
</>
|
</>
|
||||||
|
Loading…
Reference in New Issue
Block a user