Skip to content

Commit

Permalink
fix: remove setup_complete events
Browse files Browse the repository at this point in the history
This can trigger along side actual setup complete event causing two
parallel requests.

(cherry picked from commit 9f83ead)
  • Loading branch information
ankush committed May 22, 2023
1 parent b2389e6 commit 5870e54
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frappe/desk/page/setup_wizard/setup_wizard.js
Expand Up @@ -122,8 +122,6 @@ frappe.setup.SetupWizard = class SetupWizard extends frappe.ui.Slides {

show_slide(id) {
if (id === this.slides.length) {
// show_slide called on last slide
this.action_on_complete();
return;
}
super.show_slide(id);
Expand Down

0 comments on commit 5870e54

Please sign in to comment.