Преглед изворни кода

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,