From 441e11549336fd9eae5d8d3c088d50cfb6089dbb Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Tue, 31 Oct 2023 02:05:55 +0530 Subject: [PATCH] chore: hide fields table in customize form --- frappe/custom/doctype/customize_form/customize_form.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frappe/custom/doctype/customize_form/customize_form.json b/frappe/custom/doctype/customize_form/customize_form.json index 8d4d194338..32fd3302ec 100644 --- a/frappe/custom/doctype/customize_form/customize_form.json +++ b/frappe/custom/doctype/customize_form/customize_form.json @@ -180,6 +180,7 @@ "depends_on": "doc_type", "fieldname": "fields_section_break", "fieldtype": "Section Break", + "hidden": 1, "label": "Fields" }, { @@ -393,7 +394,7 @@ "index_web_pages_for_search": 1, "issingle": 1, "links": [], - "modified": "2023-08-29 12:31:55.808848", + "modified": "2023-10-31 02:04:25.955931", "modified_by": "Administrator", "module": "Custom", "name": "Customize Form",