From e3622ac1da1ca39991a15d33f1220bebff305729 Mon Sep 17 00:00:00 2001 From: Luca Fenu Date: Mon, 26 Jul 2021 08:44:09 +0200 Subject: [PATCH] Influx: fix typo (#37181) --- .../datasource/influxdb/components/QueryEditorModeSwitcher.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/influxdb/components/QueryEditorModeSwitcher.tsx b/public/app/plugins/datasource/influxdb/components/QueryEditorModeSwitcher.tsx index b46d3a8e6d0..d48122a9306 100644 --- a/public/app/plugins/datasource/influxdb/components/QueryEditorModeSwitcher.tsx +++ b/public/app/plugins/datasource/influxdb/components/QueryEditorModeSwitcher.tsx @@ -29,7 +29,7 @@ export const QueryEditorModeSwitcher = ({ isRaw, onChange }: Props): JSX.Element {