mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:09:57 +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"
|
value="configured"
|
||||||
{...omit(inputProps, 'value')}
|
{...omit(inputProps, 'value')}
|
||||||
/>
|
/>
|
||||||
<Button onClick={onReset} variant="secondary">
|
<Button onClick={onReset} variant="secondary" type="button">
|
||||||
Reset
|
Reset
|
||||||
</Button>
|
</Button>
|
||||||
</>
|
</>
|
||||||
|
Reference in New Issue
Block a user