From 7df504ccc49b8167e28bee9bf1024efad50b0ab4 Mon Sep 17 00:00:00 2001 From: ISA Date: Tue, 6 May 2025 15:43:01 +0200 Subject: [PATCH] Schleifenmesskurve Chart "Daten laden" Button in Littwinblau --- .../kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx | 2 +- config/webVersion.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx index 614896c..9157fce 100644 --- a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx +++ b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx @@ -231,7 +231,7 @@ const LoopChartActionBar: React.FC = () => { diff --git a/config/webVersion.ts b/config/webVersion.ts index 4eaa4ea..3767f55 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.373"; +const webVersion = "1.6.374"; export default webVersion;