ISO, RSL, TDR, und KVZ Modal nach Wünsch angepasst für KÜs
This commit is contained in:
@@ -235,7 +235,11 @@ const LoopChartView: React.FC<LoopChartViewProps> = ({
|
||||
</div>
|
||||
<LoopChartActionBar />
|
||||
<div style={{ flex: 1, height: "90%" }}>
|
||||
{chartTitle === "Messkurve" ? <LoopMeasurementChart /> : <Report />}
|
||||
{chartTitle === "Messkurve" ? (
|
||||
<LoopMeasurementChart />
|
||||
) : (
|
||||
<Report moduleType="RSL" />
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
</ReactModal>
|
||||
|
||||
Reference in New Issue
Block a user