fix(UI/UX): list view routing fixed

This commit is contained in:
AarDG10 2025-10-02 00:11:32 +05:30
parent 777460c5fb
commit bc0924c8b5

View file

@ -485,7 +485,7 @@ frappe.views.TreeView = class TreeView {
{
label: __("View List"),
action: function () {
frappe.set_route("List", me.doctype);
frappe.set_route(["List", me.doctype, "List"]);
},
},
{