mirror of
https://github.com/pretix/pretix.git
synced 2026-04-24 23:32:33 +00:00
fix migration error
This commit is contained in:
@@ -26,6 +26,8 @@ async function load () {
|
||||
loading.value = false
|
||||
if (data.id) {
|
||||
emit('selected', data)
|
||||
} else {
|
||||
location.hash = ''
|
||||
load()
|
||||
}
|
||||
} catch {
|
||||
|
||||
Reference in New Issue
Block a user