From 0bfdc42ffe749bc9b9b97018d9e6fc2bd2c4566c Mon Sep 17 00:00:00 2001 From: Oscar Kilhed Date: Mon, 30 Jan 2023 12:17:01 +0100 Subject: [PATCH] Grafana DS: Limit dropzone to spreadsheet filetypes (#62329) * Grafana DS: Limit dropzone to spreadsheet filetypes --- .../datasource/grafana/components/QueryEditor.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/grafana/components/QueryEditor.tsx b/public/app/plugins/datasource/grafana/components/QueryEditor.tsx index edc9f18abb2..11d337879e1 100644 --- a/public/app/plugins/datasource/grafana/components/QueryEditor.tsx +++ b/public/app/plugins/datasource/grafana/components/QueryEditor.tsx @@ -398,7 +398,18 @@ export class UnthemedQueryEditor extends PureComponent {