fix(setup): spacing between fields in setup wizard (#36639)

This commit is contained in:
Nikhil Kothari 2026-02-03 15:10:30 +05:30 committed by GitHub
parent e40741a7d9
commit 583d8fe8e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -399,9 +399,6 @@ frappe.setup.slides_settings = [
placeholder: __("Select Country"),
reqd: 1,
},
{
fieldtype: "Section Break",
},
{
fieldname: "timezone",
label: __("Time Zone"),
@ -416,9 +413,6 @@ frappe.setup.slides_settings = [
fieldtype: "Select",
reqd: 1,
},
{
fieldtype: "Section Break",
},
{
fieldname: "enable_telemetry",
label: __("Allow sending usage data for improving applications"),