mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -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} />
|
||||
|
||||
{config.secureSocksDSProxyEnabled && (
|
||||
<SecureSocksProxySettings options={options} onOptionsChange={() => onOptionsChange(options)} />
|
||||
<SecureSocksProxySettings options={options} onOptionsChange={onOptionsChange} />
|
||||
)}
|
||||
</ConfigSection>
|
||||
</>
|
||||
|
Loading…
Reference in New Issue
Block a user