Merge pull request #1619 from appwrite/fix-wizard-interceptor

Fix: interceptor interfering on wrong steps
This commit is contained in:
Darshan
2025-01-27 14:18:01 +05:30
committed by GitHub
+2
View File
@@ -62,6 +62,8 @@
const step = e.detail;
if (step < $wizard.step) {
$wizard.step = step;
// clear the interceptor
wizard.setInterceptor(null);
}
}