fix(typo): breadcrumb js (#28986)
This commit is contained in:
parent
d5eb2738f9
commit
7239cb680c
1 changed files with 3 additions and 1 deletions
|
|
@ -79,7 +79,9 @@ frappe.breadcrumbs = {
|
|||
frappe.workspace_map[breadcrumbs.workspace]?.app &&
|
||||
frappe.workspace_map[breadcrumbs.workspace]?.app != frappe.current_app
|
||||
) {
|
||||
frappe.app.sidebar.set_current_app(frappe.workspace_map[breadcrumbs.workspace].app);
|
||||
frappe.app.sidebar.apps_switcher.set_current_app(
|
||||
frappe.workspace_map[breadcrumbs.workspace].app
|
||||
);
|
||||
}
|
||||
|
||||
this.toggle(true);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue