ISO, RSL, TDR, und KVZ Modal nach Wünsch angepasst für KÜs

This commit is contained in:
ISA
2025-08-11 14:24:03 +02:00
parent 06aa3c8f3e
commit bc20f3869d
11 changed files with 287 additions and 21 deletions

View File

@@ -225,7 +225,7 @@ const TDRChartView: React.FC<TDRChartViewProps> = ({
{chartTitle === "Messkurve" ? (
<TDRChart isFullScreen={isFullScreen} />
) : (
<Report />
<Report moduleType="TDR" />
)}
</div>
</div>