fix: Report routing issue
This commit is contained in:
parent
5dedbc0889
commit
52de32aeb7
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ frappe.views.ListViewSelect = class ListViewSelect
|
|||
if (item.name == frappe.utils.to_title_case(frappe.get_route().slice(-1)[0] || '')) {
|
||||
placeholder = item.name;
|
||||
}
|
||||
html += `<li><a class="dropdown-item" href="/app/${item.route}">${item.name}</a></li>`;
|
||||
html += `<li><a class="dropdown-item" href="${item.route}">${item.name}</a></li>`;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue