From 2898f06f56fe97164e5bbf86e14d573a6aa6c6bf Mon Sep 17 00:00:00 2001 From: rash Date: Thu, 5 Feb 2026 15:41:32 +0100 Subject: [PATCH] fix migration error --- .../pretixplugins/webcheckin/components/checkinlist-select.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pretix/plugins/webcheckin/static/pretixplugins/webcheckin/components/checkinlist-select.vue b/src/pretix/plugins/webcheckin/static/pretixplugins/webcheckin/components/checkinlist-select.vue index d2ea003837..91f2a5527c 100644 --- a/src/pretix/plugins/webcheckin/static/pretixplugins/webcheckin/components/checkinlist-select.vue +++ b/src/pretix/plugins/webcheckin/static/pretixplugins/webcheckin/components/checkinlist-select.vue @@ -26,6 +26,8 @@ async function load () { loading.value = false if (data.id) { emit('selected', data) + } else { + location.hash = '' load() } } catch {