mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(query editors): more work on query editors make over
This commit is contained in:
@@ -79,7 +79,7 @@ export class MetricsDsSelectorCtrl {
|
||||
}
|
||||
|
||||
addDataQuery(datasource) {
|
||||
var target: any = {};
|
||||
var target: any = {isNew: true};
|
||||
|
||||
if (datasource) {
|
||||
target.datasource = datasource.name;
|
||||
|
||||
Reference in New Issue
Block a user