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