mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #1619 from appwrite/fix-wizard-interceptor
Fix: interceptor interfering on wrong steps
This commit is contained in:
@@ -62,6 +62,8 @@
|
||||
const step = e.detail;
|
||||
if (step < $wizard.step) {
|
||||
$wizard.step = step;
|
||||
// clear the interceptor
|
||||
wizard.setInterceptor(null);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user