mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Web check-in: Fix search
This commit is contained in:
@@ -455,7 +455,7 @@ export default {
|
||||
if (!response.ok && [401, 403].includes(response.status)) {
|
||||
window.location.href = '/control/login?next=' + encodeURIComponent(window.location.pathname + window.location.search + window.location.hash);
|
||||
}
|
||||
response.json()
|
||||
return response.json()
|
||||
})
|
||||
.then(data => {
|
||||
this.searchLoading = false
|
||||
|
||||
Reference in New Issue
Block a user