datasources: config: add aria-label (#43266)

This commit is contained in:
Gábor Farkas 2021-12-17 11:44:38 +01:00 committed by GitHub
parent 4855fe78f8
commit 623ae1e41d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}