fix(awesomebar): recent doctype name not showing

This commit is contained in:
Ejaaz Khan 2026-01-06 12:20:13 +05:30
parent d2ee74def3
commit 2b263c6528

View file

@ -945,7 +945,7 @@ Object.assign(frappe.utils, {
return (__(route[3]) || __(route[1])).bold() + " " + __("Report");
}
if (route[0] === "List") {
__(route[1]).bold() + " " + __("List");
return __(route[1]).bold() + " " + __("List");
}
if (route[0] === "modules") {
return __(route[1]).bold() + " " + __("Module");