mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 04:19:26 +08:00
Tempo: Fix basic auth password reset on adding tag (#41808)
This commit is contained in:
@ -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>
|
||||
</>
|
||||
|
Reference in New Issue
Block a user