Browse Source

stackdriver: persist template variable definition

Erik Sundell 7 years ago
parent
commit
1fe70721c9
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

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