From b29748ac59ca6139cf11a77588ae3d276e76df17 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Mon, 22 Jan 2024 10:42:59 +0000 Subject: [PATCH] Chore: remove `autoFocus` from time range filter input (#80961) remove autoFocus from time range filter input --- .../DateTimePickers/TimeRangePicker/TimePickerContent.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/grafana-ui/src/components/DateTimePickers/TimeRangePicker/TimePickerContent.tsx b/packages/grafana-ui/src/components/DateTimePickers/TimeRangePicker/TimePickerContent.tsx index 36de6fd4308..7a842518430 100644 --- a/packages/grafana-ui/src/components/DateTimePickers/TimeRangePicker/TimePickerContent.tsx +++ b/packages/grafana-ui/src/components/DateTimePickers/TimeRangePicker/TimePickerContent.tsx @@ -83,7 +83,6 @@ export const TimePickerContentWithScreenSize = (props: PropsWithScreenSize) => {