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