Add blank default options for constant templates (#6460)

Restores ability to change constant templates without going into
templating menu
This commit is contained in:
Ryan Bak 2016-11-04 04:41:39 -06:00 committed by Torkel Ödegaard
parent 05d24020b1
commit 7165c866c2

View File

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