mirror of
https://github.com/grafana/grafana.git
synced 2025-09-22 04:04:26 +08:00
Merge branch 'master' into postgres-query-builder
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
import { SqlPartDef, SqlPart } from 'app/core/components/sql_part/sql_part';
|
||||
|
||||
let index = [];
|
||||
const index = [];
|
||||
|
||||
function createPart(part): any {
|
||||
let def = index[part.type];
|
||||
const def = index[part.type];
|
||||
if (!def) {
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user