diff --git a/static/js/export.js b/static/js/export.js index 3031736..22df703 100644 --- a/static/js/export.js +++ b/static/js/export.js @@ -114,6 +114,7 @@ function importPoints(data) { option.selected = true; } }); + stageSelect.setAttribute("data-selected", stage); handle_removal(pointElement.querySelector(".remove")); }