From e0aaf6c874524b01d9b710d1d91599aaa181d674 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Fri, 9 Dec 2022 15:25:25 +0000 Subject: [PATCH] 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 129e9a3a2c135..0aa35fca698a9 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}