Summary
The impact page mounts ExportMenu without a data prop. ImpactMetricsDashboard keeps report/resistance data private, so CSV export is permanently disabled.
Affected file
src/UILayer/web/src/app/(app)/impact/page.tsx — line 14
Required fix
Expose the exportable data from ImpactMetricsDashboard and pass it to ExportMenu as the data prop.
References