diff --git a/public/modules/dynamic/editors/states-editor.js b/public/modules/dynamic/editors/states-editor.js index bd29371cb..57cd5ecc7 100644 --- a/public/modules/dynamic/editors/states-editor.js +++ b/public/modules/dynamic/editors/states-editor.js @@ -1371,7 +1371,7 @@ function openStateMergeDialog() { Hover over a row to highlight the state on the map.

diff --git a/public/modules/ui/editors.js b/public/modules/ui/editors.js index a2d36a982..5748f02f4 100644 --- a/public/modules/ui/editors.js +++ b/public/modules/ui/editors.js @@ -1079,7 +1079,7 @@ function refreshAllEditors() { // dynamically loaded editors async function editStates() { if (customization) return; - const Editor = await import("../dynamic/editors/states-editor.js?v=1.122.12"); + const Editor = await import("../dynamic/editors/states-editor.js?v=1.122.13"); Editor.open(); }