浏览代码

feat(templating): adding missing label property to query variable defaults, fixes #6150

Torkel Ödegaard 9 年之前
父节点
当前提交
5a1a80bcdd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      public/app/features/templating/query_variable.ts

+ 1 - 0
public/app/features/templating/query_variable.ts

@@ -24,6 +24,7 @@ export class QueryVariable implements Variable {
 
   defaults = {
     type: 'query',
+    label: null,
     query: '',
     regex: '',
     sort: 0,