fix: Remove premature closing brace in SECTION_FIELDS

The SECTION_FIELDS object was prematurely closed before the TOM and DPA
sections, causing a build-time syntax error. Removed the extra closing
brace so TOM and DPA fields are correctly inside the object.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-05-01 15:08:23 +02:00
parent 062d607da9
commit d1fb19810b
@@ -333,8 +333,6 @@ export const SECTION_FIELDS: Record<keyof TemplateContext, FieldDef[]> = {
{ key: 'HAS_WORKS_COUNCIL', label: 'Betriebsrat vorhanden', type: 'boolean' },
{ key: 'HAS_SPECIAL_CATEGORIES_EMPLOYEES', label: 'Besondere Datenkategorien (Gesundheit, Religion)', type: 'boolean' },
],
}
// ── TOM ─────────────────────────────────────────────────────────────────
TOM: [
{ key: 'ISB_NAME', label: 'IT-Sicherheitsbeauftragter' },