Nach Betriebsferien einmal sichern
This commit is contained in:
@@ -21,7 +21,12 @@ export const getAnalogInputsHistoryThunk = createAsyncThunk(
|
||||
thunkAPI
|
||||
) => {
|
||||
try {
|
||||
const response = await fetchAnalogInputsHistory(eingang, zeitraum);
|
||||
const response = await fetchAnalogInputsHistory(
|
||||
eingang,
|
||||
zeitraum,
|
||||
vonDatum,
|
||||
bisDatum
|
||||
);
|
||||
|
||||
return {
|
||||
eingang,
|
||||
|
||||
Reference in New Issue
Block a user