Commit 4eebede9 by Erik Sundell

add current editor to panel targets

parent 626a94be
......@@ -42,7 +42,7 @@ export default class QueryEditor extends PureComponent<QueryEditorProps, any> {
events: exploreEvents,
panel: {
datasource,
targets: [{}],
targets: [target],
},
dashboard: {
getNextQueryLetter: x => '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment