diff --git a/src/views/QuestDBConfigEditor.tsx b/src/views/QuestDBConfigEditor.tsx index 0496baf..7bac4df 100644 --- a/src/views/QuestDBConfigEditor.tsx +++ b/src/views/QuestDBConfigEditor.tsx @@ -277,22 +277,24 @@ export const ConfigEditor: React.FC = (props) => { - + {config.featureToggles['secureSocksDSProxyEnabled'] && gte(config.buildInfo.version, '10.0.0') && ( + <> + - - {config.featureToggles['secureSocksDSProxyEnabled'] && gte(config.buildInfo.version, '10.0.0') && ( - - onSwitchToggle('enableSecureSocksProxy', e.currentTarget.checked)} - /> - - )} - + + + onSwitchToggle('enableSecureSocksProxy', e.currentTarget.checked)} + /> + + + + )}