We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b344d4e + 87b86f1 commit 1c12852Copy full SHA for 1c12852
src/configuration/ConfigEditor.tsx
@@ -33,7 +33,7 @@ export const ConfigEditor = (props: Props) => {
33
<DataSourcehttpSettingsOverhaul
34
options={options}
35
onOptionsChange={onOptionsChange}
36
- renderSigV4Editor={<SIGV4ConnectionConfig {...props}></SIGV4ConnectionConfig>}
+ renderSigV4Editor={<SIGV4ConnectionConfig inExperimentalAuthComponent={true} {...props}></SIGV4ConnectionConfig>}
37
secureSocksDSProxyEnabled={config.secureSocksDSProxyEnabled}
38
/>
39
<hr />
0 commit comments