diff --git a/frappe/desk/doctype/workspace_sidebar_item/workspace_sidebar_item.json b/frappe/desk/doctype/workspace_sidebar_item/workspace_sidebar_item.json index 1cb976a9a9..5e0656d946 100644 --- a/frappe/desk/doctype/workspace_sidebar_item/workspace_sidebar_item.json +++ b/frappe/desk/doctype/workspace_sidebar_item/workspace_sidebar_item.json @@ -46,7 +46,7 @@ }, { "default": "DocType", - "depends_on": "eval: doc.type == 'Link' || doc.indent == 1", + "depends_on": "eval: doc.type == 'Link'", "fieldname": "link_type", "fieldtype": "Select", "in_list_view": 1, @@ -54,7 +54,7 @@ "options": "DocType\nPage\nReport\nWorkspace\nDashboard\nURL" }, { - "depends_on": "eval: doc.link_type != \"URL\" && doc.type == 'Link' || doc.indent == 1", + "depends_on": "eval: doc.link_type != \"URL\" && doc.type == 'Link'", "fieldname": "link_to", "fieldtype": "Dynamic Link", "in_list_view": 1, @@ -62,7 +62,7 @@ "options": "link_type" }, { - "depends_on": "eval: doc.type == \"Link\"", + "depends_on": "eval: doc.type == \"Link\" || doc.type == \"Section Break\"", "fieldname": "icon", "fieldtype": "Icon", "in_list_view": 1, @@ -174,7 +174,7 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2026-01-05 17:51:09.868113", + "modified": "2026-01-12 15:35:56.930873", "modified_by": "Administrator", "module": "Desk", "name": "Workspace Sidebar Item",