Skip to content

Commit

Permalink
fix: hide duplicate save buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush committed May 23, 2023
1 parent 453eff8 commit b49acd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frappe/public/js/frappe/form/form_tour.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,10 @@ frappe.ui.form.FormTour = class FormTour {
allowClose: false,
overlayClickNext: false,
popover: {
title: __("Save"),
title: __("Save the document."),
description: "",
position: "left",
doneBtnText: __("Save"),
showButtons: false,
},
onNext: () => {
this.frm.save();
Expand Down

0 comments on commit b49acd2

Please sign in to comment.