diff --git a/src/lib/layout/wizard.svelte b/src/lib/layout/wizard.svelte index 56df886582..95f462c077 100644 --- a/src/lib/layout/wizard.svelte +++ b/src/lib/layout/wizard.svelte @@ -62,6 +62,8 @@ const step = e.detail; if (step < $wizard.step) { $wizard.step = step; + // clear the interceptor + wizard.setInterceptor(null); } }