fix(influxdb): fixed issue where Group By label was only showed on first query, fixes #3453

This commit is contained in:
Torkel Ödegaard
2015-12-08 16:40:41 +01:00
parent cdc36dd171
commit 45c69fa638
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
### Bug Fixes
* **metric editors**: Fix for clicking typeahead auto dropdown option, fixes [#3428](https://github.com/grafana/grafana/issues/3428)
* **influxdb**: Fixed issue showing Group By label only on first query, fixes [#3453](https://github.com/grafana/grafana/issues/3453)
# 2.6.0-Beta1 (2015-12-04)