From 4eebede9ef4a07dd1fdfec60987655b68baa5e78 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 27 Nov 2018 16:50:09 +0100 Subject: [PATCH] add current editor to panel targets --- public/app/features/explore/QueryEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/explore/QueryEditor.tsx b/public/app/features/explore/QueryEditor.tsx index 391087c6c8c..0a4c0b78c3c 100644 --- a/public/app/features/explore/QueryEditor.tsx +++ b/public/app/features/explore/QueryEditor.tsx @@ -42,7 +42,7 @@ export default class QueryEditor extends PureComponent { events: exploreEvents, panel: { datasource, - targets: [{}], + targets: [target], }, dashboard: { getNextQueryLetter: x => '',