fix: API-URL-Format & dynamische Base-URL für Produktion korrigiert
This commit is contained in:
@@ -25,6 +25,7 @@ import LoopMeasurementChart from "./Charts/LoopMeasurementChart/LoopMeasurementC
|
||||
import TDRChart from "./Charts/TDRChart/TDRChart";
|
||||
import handleButtonClick from "./kue705FO-Funktionen/handleButtonClick";
|
||||
import { setChartOpen } from "../../../../redux/slices/kabelueberwachungChartSlice";
|
||||
import { setSlotNumber } from "../../../../redux/slices/kabelueberwachungChartSlice";
|
||||
|
||||
const Kue705FO: React.FC<Kue705FOProps> = ({
|
||||
isolationswert,
|
||||
@@ -98,6 +99,7 @@ const Kue705FO: React.FC<Kue705FOProps> = ({
|
||||
const handleOpenChartModal = () => {
|
||||
setShowChartModal(true);
|
||||
dispatch(setChartOpen(true));
|
||||
dispatch(setSlotNumber(slotIndex + 1)); // Slot-Nummer speichern
|
||||
|
||||
if (activeButton === "TDR") {
|
||||
dispatch(setActiveMode("TDR"));
|
||||
|
||||
Reference in New Issue
Block a user