Browse Source

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

Torkel Ödegaard 9 years ago
parent
commit
5a1a80bcdd
1 changed files with 1 additions and 0 deletions
  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,