sensor reducer bug fix
This commit is contained in:
parent
740e245cd7
commit
057e51fd73
|
@ -51,5 +51,8 @@ export function reducer(state = initialState, action: Actions): State {
|
|||
case ActionType.ModifyFailure: {
|
||||
return sensorListContainerAdapter.setError(action.payload, state);
|
||||
}
|
||||
|
||||
default:
|
||||
return state;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user