@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/esm/search.js CHANGED
@@ -2245,7 +2245,7 @@ var reducers = (config => {
2245
2245
  case APPLY_CONFIG:
2246
2246
  {
2247
2247
  state = addConfigToState(state, action);
2248
- return;
2248
+ return state;
2249
2249
  }
2250
2250
 
2251
2251
  case CLEAR_FILTERS: