diff --git a/frappe/model/sync.py b/frappe/model/sync.py index 8cabed0e1e..c177b9af17 100644 --- a/frappe/model/sync.py +++ b/frappe/model/sync.py @@ -205,7 +205,7 @@ def remove_orphan_entities(): "Workspace": {"public": 1}, "Page": {"standard": "Yes"}, "Report": {"is_standard": "Yes"}, - "Dashboard": {"is_standard": False}, + "Dashboard": {"is_standard": True}, } for entity in entites: print(f"Removing orphan {entity}s")