forked from CGM_Public/pretix_original
fix migration error
This commit is contained in:
@@ -26,6 +26,8 @@ async function load () {
|
|||||||
loading.value = false
|
loading.value = false
|
||||||
if (data.id) {
|
if (data.id) {
|
||||||
emit('selected', data)
|
emit('selected', data)
|
||||||
|
} else {
|
||||||
|
location.hash = ''
|
||||||
load()
|
load()
|
||||||
}
|
}
|
||||||
} catch {
|
} catch {
|
||||||
|
|||||||
Reference in New Issue
Block a user