Web check-in: Fix search

This commit is contained in:
Raphael Michel
2022-01-17 14:54:57 +01:00
parent 96f694cf61
commit cbdafac999

View File

@@ -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