This commit is contained in:
Azgaar 2024-12-13 11:58:53 +01:00 committed by sofronaspe
parent 8a4b83f92f
commit 1cbcdbe70a
5 changed files with 18 additions and 35 deletions

View file

@ -1249,7 +1249,7 @@ function refreshAllEditors() {
// dynamically loaded editors
async function editStates() {
if (customization) return;
const Editor = await import("../dynamic/editors/states-editor.js?v=1.104.0");
const Editor = await import("../dynamic/editors/states-editor.js?v=1.106.1");
Editor.open();
}