Procházet zdrojové kódy

Add blank default options for constant templates (#6460)

Restores ability to change constant templates without going into
templating menu
Ryan Bak před 9 roky
rodič
revize
7165c866c2

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

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