Skip to content

Commit 87b86f1

Browse files
committed
add flag for correct auth width
1 parent 6440d59 commit 87b86f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configuration/ConfigEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const ConfigEditor = (props: Props) => {
3333
<DataSourcehttpSettingsOverhaul
3434
options={options}
3535
onOptionsChange={onOptionsChange}
36-
renderSigV4Editor={<SIGV4ConnectionConfig {...props}></SIGV4ConnectionConfig>}
36+
renderSigV4Editor={<SIGV4ConnectionConfig inExperimentalAuthComponent={true} {...props}></SIGV4ConnectionConfig>}
3737
secureSocksDSProxyEnabled={config.secureSocksDSProxyEnabled}
3838
/>
3939
<hr />

0 commit comments

Comments
 (0)