Forráskód Böngészése

stackdriver: persist template variable definition

Erik Sundell 7 éve
szülő
commit
1fe70721c9
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      public/app/features/templating/query_variable.ts

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

@@ -44,6 +44,7 @@ export class QueryVariable implements Variable {
     tagsQuery: '',
     tagValuesQuery: '',
     skipUrlSync: false,
+    definition: '',
   };
 
   /** @ngInject */