Tempo: Fix basic auth password reset on adding tag (#41808)

This commit is contained in:
Andrej Ocenas
2021-11-18 10:34:13 +01:00
committed by GitHub
parent b7f47561b6
commit 9a7e411f55

View File

@ -63,7 +63,7 @@ export const SecretFormField: FunctionComponent<Props> = ({
value="configured"
{...omit(inputProps, 'value')}
/>
<Button onClick={onReset} variant="secondary">
<Button onClick={onReset} variant="secondary" type="button">
Reset
</Button>
</>