mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Small fix to influxdb query builder, should update raw query after building query
This commit is contained in:
parent
3d202c2ef9
commit
f002ef105e
@ -41,6 +41,7 @@ function () {
|
||||
}
|
||||
|
||||
query += " order asc";
|
||||
target.query = query;
|
||||
|
||||
return query;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user