Fixing snapshot templating bug

pull/4032/head
utkarshcmu 10 years ago
parent afa4ee9a28
commit b9b3b75c0c
  1. 2
      public/app/features/dashboard/shareSnapshotCtrl.js

@ -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…
Cancel
Save