fix: Bei Aufruf Messkurve: Standard Isolationswiderstandskurve
This commit is contained in:
@@ -35,12 +35,12 @@ const initialState: KabelueberwachungChartState = {
|
||||
vonDatum: thirtyDaysAgo.toISOString().split("T")[0], // 30 Tage zurück
|
||||
bisDatum: today.toISOString().split("T")[0], // Heute
|
||||
selectedMode: "DIA0",
|
||||
selectedSlotType: "schleifenwiderstand",
|
||||
selectedSlotType: "isolationswiderstand",
|
||||
isChartOpen: false,
|
||||
slotNumber: null,
|
||||
tdrChartData: [],
|
||||
isFullScreen: false,
|
||||
unit: "kOhm",
|
||||
unit: "MOhm",
|
||||
};
|
||||
|
||||
// Erstellung des Slices
|
||||
|
||||
@@ -6,7 +6,7 @@ interface LoopChartTypeState {
|
||||
}
|
||||
|
||||
const initialState: LoopChartTypeState = {
|
||||
chartTitle: "Schleifenmessung", // Standardwert
|
||||
chartTitle: "Isolationsmessung", // Standardwert
|
||||
};
|
||||
|
||||
const loopChartTypeSlice = createSlice({
|
||||
|
||||
Reference in New Issue
Block a user