From 7165c866c2cce14cb2f428bd6330360291667fca Mon Sep 17 00:00:00 2001 From: Ryan Bak Date: Fri, 4 Nov 2016 04:41:39 -0600 Subject: [PATCH] Add blank default options for constant templates (#6460) Restores ability to change constant templates without going into templating menu --- public/app/features/templating/constant_variable.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/templating/constant_variable.ts b/public/app/features/templating/constant_variable.ts index bf31dba96f9..59659459f85 100644 --- a/public/app/features/templating/constant_variable.ts +++ b/public/app/features/templating/constant_variable.ts @@ -16,6 +16,7 @@ export class ConstantVariable implements Variable { label: '', query: '', current: {}, + options: [], }; /** @ngInject **/