mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #4032 from utkarshcmu/snap-bug
Fixing snapshot templating bug
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user