mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 02:23:31 -06:00
Add blank default options for constant templates (#6460)
Restores ability to change constant templates without going into templating menu
This commit is contained in:
parent
05d24020b1
commit
7165c866c2
@ -16,6 +16,7 @@ export class ConstantVariable implements Variable {
|
||||
label: '',
|
||||
query: '',
|
||||
current: {},
|
||||
options: [],
|
||||
};
|
||||
|
||||
/** @ngInject **/
|
||||
|
Loading…
Reference in New Issue
Block a user