WIP: TDR-Chart Anpassungen, Mock-Daten noch aktiv

This commit is contained in:
ISA
2025-03-20 15:42:11 +01:00
parent d5cf14ef87
commit 441f83d4ea
4 changed files with 10 additions and 4 deletions

View File

@@ -344,7 +344,11 @@ const Kue705FO: React.FC<Kue705FOProps> = ({
{/* Modal für Messkurve */}
{showChartModal && (
<ChartSwitcher isOpen={showChartModal} onClose={closeChartModal} />
<ChartSwitcher
isOpen={showChartModal}
onClose={closeChartModal}
slotIndex={slotIndex}
/>
)}
</>
) : (