fix: Chart Titel Isolationsmessung zu schleifenmessung

This commit is contained in:
ISA
2025-07-28 13:58:14 +02:00
parent 9a8a0501a5
commit 9457233c7d
8 changed files with 14 additions and 11 deletions

View File

@@ -32,8 +32,7 @@ export const useLoopChartLoader = () => {
type: number,
slotNumber: number
) => {
const typeFolder =
type === 3 ? "isolationswiderstand" : "schleifenwiderstand";
const typeFolder = "schleifenwiderstand";
let url: string;
@@ -113,8 +112,7 @@ const LoopChartActionBar: React.FC = () => {
type: number,
slotNumber: number
) => {
const typeFolder =
type === 3 ? "isolationswiderstand" : "schleifenwiderstand";
const typeFolder = "schleifenwiderstand";
const baseUrl =
process.env.NODE_ENV === "development"