fix: routing user to new private workspace

This commit is contained in:
harsh patadia 2026-01-09 18:44:27 +05:30
parent 0fe8d1e87b
commit ad5021ee54

View file

@ -778,6 +778,7 @@ frappe.views.Workspace = class Workspace {
message: __("Saved"),
indicator: "green",
});
frappe.set_route("desk","private",page.title)
}
},
});