mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Chore: remove autoFocus from time range filter input (#80961)
remove autoFocus from time range filter input
This commit is contained in:
-1
@@ -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')}
|
||||
|
||||
Reference in New Issue
Block a user