fix: Chart Titel Isolationsmessung zu schleifenmessung
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user