fix: Chart Titel Isolationsmessung zu schleifenmessung
This commit is contained in:
@@ -6,7 +6,7 @@ interface LoopChartTypeState {
|
||||
}
|
||||
|
||||
const initialState: LoopChartTypeState = {
|
||||
chartTitle: "Isolationsmessung", // Standardwert
|
||||
chartTitle: "Schleifenmessung", // Standardwert
|
||||
};
|
||||
|
||||
const loopChartTypeSlice = createSlice({
|
||||
|
||||
Reference in New Issue
Block a user