fix: remove app field from auto generated sidebar
This commit is contained in:
parent
2aced82d81
commit
b570a7c0e6
1 changed files with 0 additions and 1 deletions
|
|
@ -286,7 +286,6 @@ def auto_generate_sidebar_from_module():
|
|||
sidebar.items = sidebar_items
|
||||
sidebar.module = module
|
||||
sidebar.header_icon = "hammer"
|
||||
sidebar.app = frappe.local.module_app.get(frappe.scrub(module), None)
|
||||
sidebars.append(sidebar)
|
||||
return sidebars
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue