Commit 7165c866 by Ryan Bak Committed by Torkel Ödegaard

Add blank default options for constant templates (#6460)

Restores ability to change constant templates without going into
templating menu
parent 05d24020
...@@ -16,6 +16,7 @@ export class ConstantVariable implements Variable { ...@@ -16,6 +16,7 @@ export class ConstantVariable implements Variable {
label: '', label: '',
query: '', query: '',
current: {}, current: {},
options: [],
}; };
/** @ngInject **/ /** @ngInject **/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment