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"
|
||||
|
||||
@@ -65,7 +65,7 @@ const LoopChartView: React.FC<LoopChartViewProps> = ({
|
||||
|
||||
// Reset Dropdowns
|
||||
dispatch(setSelectedMode("DIA1"));
|
||||
dispatch(setSelectedSlotType("isolationswiderstand"));
|
||||
dispatch(setSelectedSlotType("schleifenwiderstand"));
|
||||
|
||||
// Sonstiges Reset
|
||||
dispatch(setChartOpen(false));
|
||||
|
||||
Reference in New Issue
Block a user