From 9c3f47aa239c5ce7038dd3176f209011ba0936cb Mon Sep 17 00:00:00 2001 From: Alex Khomenko Date: Mon, 20 Jul 2020 16:57:14 +0300 Subject: [PATCH] Grafana-UI: Pass timeZone to TimePickerButtonLabel (#26454) --- .../grafana-ui/src/components/TimePicker/TimeRangeInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grafana-ui/src/components/TimePicker/TimeRangeInput.tsx b/packages/grafana-ui/src/components/TimePicker/TimeRangeInput.tsx index f073ca5cc52..ea0f11be01a 100644 --- a/packages/grafana-ui/src/components/TimePicker/TimeRangeInput.tsx +++ b/packages/grafana-ui/src/components/TimePicker/TimeRangeInput.tsx @@ -70,7 +70,7 @@ export const TimeRangeInput: FC = ({
{isValidTimeRange(value) ? ( - + ) : ( {placeholder} )}