Commit f881ada4 by Carl Bergquist

Merge pull request #4032 from utkarshcmu/snap-bug

Fixing snapshot templating bug
parents afa4ee9a b9b3b75c
......@@ -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;
});
......
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