Add aria label (#36468)

pull/36441/head^2
Alex Khomenko 4 years ago committed by GitHub
parent 97dca963a9
commit 1655ff1e49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/grafana-ui/src/components/DateTimePickers/TimeZonePicker.tsx

@ -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…
Cancel
Save