From bda6c46176d1306da262e95ddb98fec7ef19f3f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Farkas?= Date: Thu, 19 Oct 2023 15:30:32 +0200 Subject: [PATCH] fix running the plugin in grafana 9.5.x and 10.0.x (#272) --- src/components/CSVQueryField.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/components/CSVQueryField.tsx b/src/components/CSVQueryField.tsx index db2f48f..f77afb0 100644 --- a/src/components/CSVQueryField.tsx +++ b/src/components/CSVQueryField.tsx @@ -19,7 +19,16 @@ export const CSVQueryField = ({ field, onFieldChange }: Props) => { return ( <> - + {}} + />