WIP: TDR-Chart Anpassungen, Mock-Daten noch aktiv
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user