Просмотр исходного кода

Add blank default options for constant templates (#6460)

Restores ability to change constant templates without going into
templating menu
Ryan Bak 9 лет назад
Родитель
Сommit
7165c866c2
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      public/app/features/templating/constant_variable.ts

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

@@ -16,6 +16,7 @@ export class ConstantVariable implements Variable {
     label: '',
     query: '',
     current: {},
+    options: [],
   };
 
   /** @ngInject **/