mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add aria label (#36468)
This commit is contained in:
parent
97dca963a9
commit
1655ff1e49
@ -54,6 +54,7 @@ export const TimeZonePicker: React.FC<Props> = (props) => {
|
||||
onBlur={onBlur}
|
||||
components={{ Option: TimeZoneOption, Group: TimeZoneGroup }}
|
||||
disabled={disabled}
|
||||
aria-label={'Time zone picker'}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user