mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixing snapshot templating bug
This commit is contained in:
parent
afa4ee9a28
commit
b9b3b75c0c
@ -117,7 +117,7 @@ function (angular, _) {
|
||||
// remove template queries
|
||||
_.each(dash.templating.list, function(variable) {
|
||||
variable.query = "";
|
||||
variable.options = [];
|
||||
variable.options = variable.current;
|
||||
variable.refresh = false;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user