Browse Source

stackdriver: persist template variable definition

Erik Sundell 7 năm trước cách đây
mục cha
commit
1fe70721c9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 */