From e6517f77cab1b9a8c2fd88bc021b034b14ef1f59 Mon Sep 17 00:00:00 2001 From: ISA Date: Wed, 2 Apr 2025 09:40:20 +0200 Subject: [PATCH] =?UTF-8?q?Version=201.6.202=20:=20DIA0,=20DIA1=20und=20DI?= =?UTF-8?q?A2=20URL=20in=20Console=20anzeigen=20f=C3=BCr=20Schleifen-=20un?= =?UTF-8?q?d=20Isolationsmessung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx | 1 + config/webVersion.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx index 89a643a..5faa49d 100644 --- a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx +++ b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx @@ -83,6 +83,7 @@ const LoopChartActionBar: React.FC = () => { if (!response.ok) throw new Error(`Fehler: ${response.status}`); const jsonData = await response.json(); + console.log("✅ API URL ", apiUrl); console.log("✅ Daten erfolgreich geladen:", jsonData); if (Array.isArray(jsonData)) { diff --git a/config/webVersion.ts b/config/webVersion.ts index 11af2b0..68c5948 100644 --- a/config/webVersion.ts +++ b/config/webVersion.ts @@ -6,5 +6,5 @@ 2: Patch oder Hotfix (Bugfixes oder kleine Änderungen). */ -const webVersion = "1.6.201"; +const webVersion = "1.6.202"; export default webVersion;