From 4e7a316903090352ab56d00588dd4d79159bd61b Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Tue, 13 Dec 2022 14:11:15 +0000 Subject: [PATCH] TimePicker: Fix time picker selection (#60104) fix time picker selection --- .../components/DateTimePickers/TimeRangePicker.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/grafana-ui/src/components/DateTimePickers/TimeRangePicker.tsx b/packages/grafana-ui/src/components/DateTimePickers/TimeRangePicker.tsx index 129e9a3a2c1..0aa35fca698 100644 --- a/packages/grafana-ui/src/components/DateTimePickers/TimeRangePicker.tsx +++ b/packages/grafana-ui/src/components/DateTimePickers/TimeRangePicker.tsx @@ -125,10 +125,10 @@ export function TimeRangePicker(props: TimeRangePickerProps) { {isOpen && ( - <> +
-
- + +
- -
- +
+ +
)} {timeSyncButton}