浏览代码

stackdriver: persist template variable definition

Erik Sundell 7 年之前
父节点
当前提交
1fe70721c9
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 */