mirror of
https://github.com/grafana/grafana.git
synced 2025-09-22 18:51:49 +08:00
fix rate special function when using group by
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
import { SqlPartDef, SqlPart } from 'app/core/components/sql_part/sql_part';
|
||||
|
||||
var index = [];
|
||||
let index = [];
|
||||
|
||||
function createPart(part): any {
|
||||
var def = index[part.type];
|
||||
let def = index[part.type];
|
||||
if (!def) {
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user