fix(onboarding): hide onboarding card on mobile (#38453)
This commit is contained in:
parent
2cb6c5edcc
commit
5fb76f30a6
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ frappe.ui.Sidebar = class Sidebar {
|
|||
}
|
||||
|
||||
this.remove_onboarding_wrapper();
|
||||
if (module_name) {
|
||||
if (module_name && !frappe.is_mobile()) {
|
||||
if (
|
||||
this?.onboarding_widget[module_name] &&
|
||||
this.onboarding_widget[module_name].hide_panel
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue