Commit 9f35b8a6 by Torkel Ödegaard Committed by GitHub

Merge pull request #13827 from grafana/remove-projectname-from-query-response

stackdriver: Remove redundant project name assignment
parents 121ac93d 6a447a24
......@@ -114,7 +114,6 @@ export default class StackdriverDatasource {
if (!queryRes.series) {
return;
}
this.projectName = queryRes.meta.defaultProject;
const unit = this.resolvePanelUnitFromTargets(options.targets);
queryRes.series.forEach(series => {
let timeSerie: any = {
......
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