@zengenti/contensis-react-base 3.0.0-beta.30 → 3.0.0-beta.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cjs/search.js CHANGED
@@ -2275,7 +2275,7 @@ var reducers = (config => {
2275
2275
  case APPLY_CONFIG:
2276
2276
  {
2277
2277
  state = addConfigToState(state, action);
2278
- return;
2278
+ return state;
2279
2279
  }
2280
2280
 
2281
2281
  case CLEAR_FILTERS: