mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
datasources: config: add aria-label (#43266)
This commit is contained in:
parent
4855fe78f8
commit
623ae1e41d
@ -68,6 +68,7 @@ const CustomHeaderRow: React.FC<CustomHeaderRowProps> = ({ header, onBlur, onCha
|
||||
/>
|
||||
<SecretFormField
|
||||
label="Value"
|
||||
aria-label="Value"
|
||||
name="value"
|
||||
isConfigured={header.configured}
|
||||
value={header.value}
|
||||
|
Loading…
Reference in New Issue
Block a user