fix: Fix typo in form_tour (#22474)

This commit is contained in:
Corentin Flr 2023-09-20 09:52:09 +02:00 committed by GitHub
parent 086435c004
commit 15010cf8a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {