mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add current editor to panel targets
This commit is contained in:
@@ -42,7 +42,7 @@ export default class QueryEditor extends PureComponent<QueryEditorProps, any> {
|
||||
events: exploreEvents,
|
||||
panel: {
|
||||
datasource,
|
||||
targets: [{}],
|
||||
targets: [target],
|
||||
},
|
||||
dashboard: {
|
||||
getNextQueryLetter: x => '',
|
||||
|
||||
Reference in New Issue
Block a user