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:
@@ -333,8 +333,6 @@ export const SECTION_FIELDS: Record<keyof TemplateContext, FieldDef[]> = {
|
|||||||
{ key: 'HAS_WORKS_COUNCIL', label: 'Betriebsrat vorhanden', type: 'boolean' },
|
{ key: 'HAS_WORKS_COUNCIL', label: 'Betriebsrat vorhanden', type: 'boolean' },
|
||||||
{ key: 'HAS_SPECIAL_CATEGORIES_EMPLOYEES', label: 'Besondere Datenkategorien (Gesundheit, Religion)', type: 'boolean' },
|
{ key: 'HAS_SPECIAL_CATEGORIES_EMPLOYEES', label: 'Besondere Datenkategorien (Gesundheit, Religion)', type: 'boolean' },
|
||||||
],
|
],
|
||||||
}
|
|
||||||
|
|
||||||
// ── TOM ─────────────────────────────────────────────────────────────────
|
// ── TOM ─────────────────────────────────────────────────────────────────
|
||||||
TOM: [
|
TOM: [
|
||||||
{ key: 'ISB_NAME', label: 'IT-Sicherheitsbeauftragter' },
|
{ key: 'ISB_NAME', label: 'IT-Sicherheitsbeauftragter' },
|
||||||
|
|||||||
Reference in New Issue
Block a user