fix(web): clean stale hash when migration device is unknown

This commit is contained in:
Tobias Gesellchen
2026-05-18 22:21:28 +02:00
parent 48e8ff8352
commit 92917e4375
+1
View File
@@ -552,6 +552,7 @@ function selectMigrationDevice(deviceId) {
}
sel.value = "";
document.getElementById("migration-summary").style.display = "none";
history.replaceState(null, '', '#tab-migration');
}
}