diff --git a/frappe/commands/site.py b/frappe/commands/site.py index 68ef902ff7..b7958ecfa3 100644 --- a/frappe/commands/site.py +++ b/frappe/commands/site.py @@ -1603,6 +1603,7 @@ def create_icons_and_sidebar(context: CliCtxObj): create_desktop_icons() print("Creating Workspace Sidebars") create_workspace_sidebar_for_workspaces() + frappe.db.commit() except Exception as e: print(f"Error creating icons {site}: {e}") finally: