diff --git a/frontend/src/components/Settings/SettingsPage.vue b/frontend/src/components/Settings/SettingsPage.vue index 8cbf42fa..d8949bdc 100644 --- a/frontend/src/components/Settings/SettingsPage.vue +++ b/frontend/src/components/Settings/SettingsPage.vue @@ -72,6 +72,7 @@ const sections = computed(() => { if (fieldsData[0].type !== 'Section Break') { _sections.push({ label: 'General', + hideLabel: true, columns: 1, fields: [], }) @@ -80,6 +81,7 @@ const sections = computed(() => { if (field.type === 'Section Break') { _sections.push({ label: field.value, + hideLabel: true, columns: 1, fields: [], })