Skip to content

Commit 1c12852

Browse files
authored
Merge pull request #32 from grafana/bohandley/auth-width-fix
add flag for correct auth width
2 parents b344d4e + 87b86f1 commit 1c12852

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)