fix: Fix typo in form_tour (#22474)
This commit is contained in:
parent
086435c004
commit
15010cf8a9
1 changed files with 2 additions and 2 deletions
|
|
@ -108,8 +108,8 @@ let add_custom_button = (frm) => {
|
|||
tour_name: frm.doc.name,
|
||||
},
|
||||
});
|
||||
},
|
||||
delete frappe.boot.user.onboarding_status[frm.doc.name]
|
||||
delete frappe.boot.user.onboarding_status[frm.doc.name];
|
||||
}
|
||||
);
|
||||
});
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue