Chore: remove `autoFocus` from time range filter input (#80961)

remove autoFocus from time range filter input
pull/80965/head
Ashley Harrison 1 year ago committed by GitHub
parent 5c7d97cbe0
commit b29748ac59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/grafana-ui/src/components/DateTimePickers/TimeRangePicker/TimePickerContent.tsx

@ -83,7 +83,6 @@ export const TimePickerContentWithScreenSize = (props: PropsWithScreenSize) => {
<div className={styles.timeRangeFilter}>
<FilterInput
width={0}
autoFocus={true}
value={searchTerm}
onChange={setSearchQuery}
placeholder={t('time-picker.content.filter-placeholder', 'Search quick ranges')}

Loading…
Cancel
Save