1
0
Fork 0

remove debugger statement

Dieser Commit ist enthalten in:
merefield 2023-09-14 20:03:02 +01:00
Ursprung 766d3b5fc9
Commit 61ea75dcad

Datei anzeigen

@ -17,7 +17,6 @@ export default Controller.extend({
const wizardId = this.get("wizard.id");
window.location.href = getUrl(`/w/${wizardId}/steps/${nextStepId}`);
} else {
debugger;
this.router.transitionTo("customWizardStep", nextStepId);
}
},