diff --git a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx index 3a7fe6d..502016c 100644 --- a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx +++ b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx @@ -159,7 +159,7 @@ const LoopMeasurementChart = () => { x: { type: "time" as const, time: { - unit: "minute", + unit: "minute" as const, tooltipFormat: "dd.MM.yyyy HH:mm:ss", displayFormats: { minute: "HH:mm", diff --git a/config/webVersion.ts b/config/webVersion.ts index a9687a4..295ab5f 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.365"; +const webVersion = "1.6.366"; export default webVersion;