diff --git a/admin-compliance/app/sdk/company-profile/page.tsx b/admin-compliance/app/sdk/company-profile/page.tsx index 7ac5177..9c58cef 100644 --- a/admin-compliance/app/sdk/company-profile/page.tsx +++ b/admin-compliance/app/sdk/company-profile/page.tsx @@ -1705,7 +1705,6 @@ const CERTIFICATIONS = [ { id: 'bsi_grundschutz', label: 'BSI IT-Grundschutz', desc: 'IT-Grundschutz-Zertifikat oder Testat' }, { id: 'pci_dss', label: 'PCI DSS', desc: 'Payment Card Industry Data Security Standard' }, { id: 'hipaa', label: 'HIPAA', desc: 'Health Insurance Portability and Accountability Act' }, - { id: 'ce_marking', label: 'CE-Kennzeichnung', desc: 'EU-Konformitaetskennzeichnung fuer Produkte' }, { id: 'other', label: 'Sonstige', desc: 'Andere Zertifizierungen' }, ] @@ -1880,36 +1879,6 @@ function StepLegalFramework({ )} - {/* Pruefzyklus */} -
- -
- {[ - { value: 3, label: 'Vierteljaehrlich', desc: '3 Monate' }, - { value: 6, label: 'Halbjaehrlich', desc: '6 Monate' }, - { value: 12, label: 'Jaehrlich', desc: '12 Monate' }, - { value: 24, label: 'Zweijaehrlich', desc: '24 Monate' }, - ].map(opt => { - const selected = ((data as any).reviewCycleMonths || 12) === opt.value - return ( - - ) - })} -
-
- {/* Technical Contacts */}