Jelajahi Sumber

Add blank default options for constant templates (#6460)

Restores ability to change constant templates without going into
templating menu
Ryan Bak 9 tahun lalu
induk
melakukan
7165c866c2
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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 **/