fix migration error

This commit is contained in:
rash
2026-02-05 15:41:32 +01:00
parent 0d522c0eed
commit 2898f06f56

View File

@@ -26,6 +26,8 @@ async function load () {
loading.value = false
if (data.id) {
emit('selected', data)
} else {
location.hash = ''
load()
}
} catch {