Skip to content

Commit

Permalink
fix: remove redundant breadcrumbs (#23654)
Browse files Browse the repository at this point in the history
Remove redundant frappe.breadcrumbs.add from notifications_settings

(cherry picked from commit 61425cf)

Co-authored-by: Trusted Computer <75872475+trustedcomputer@users.noreply.github.com>
  • Loading branch information
mergify[bot] and trustedcomputer committed Dec 7, 2023
1 parent fd6cc46 commit 0c4288d
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@

frappe.ui.form.on("Notification Settings", {
onload: (frm) => {
frappe.breadcrumbs.add({
label: __("Settings"),
route: "#modules/Settings",
type: "Custom",
});
frm.set_query("subscribed_documents", () => {
return {
filters: {
Expand Down

0 comments on commit 0c4288d

Please sign in to comment.