@bento-core/facet-filter 1.0.1-ccdihub.33 → 1.0.1-ccdihub.34
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.
|
@@ -122,7 +122,8 @@ function sideBarReducerGenerator() {
|
|
|
122
122
|
});
|
|
123
123
|
case _ActionTypes.sideBarActionTypes.CLEAR_ALL_FILTERS:
|
|
124
124
|
return _objectSpread(_objectSpread({}, state), {}, {
|
|
125
|
-
filterState: {}
|
|
125
|
+
filterState: {},
|
|
126
|
+
searchState: {}
|
|
126
127
|
});
|
|
127
128
|
case _ActionTypes.sideBarActionTypes.CLEAR_FACET_SECTION:
|
|
128
129
|
updateState = onClearFacetSection(_objectSpread(_objectSpread({}, payload), state));
|
package/package.json
CHANGED