ywana-core8 0.0.567 → 0.0.568

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/dist/index.cjs CHANGED
@@ -5329,7 +5329,7 @@ var CollectionPage = function CollectionPage(props) {
5329
5329
 
5330
5330
  var context = CollectionContext(url, field, host, page, fetching);
5331
5331
 
5332
- var _useState = React.useState(true),
5332
+ var _useState = React.useState(false),
5333
5333
  showFilter = _useState[0],
5334
5334
  setShowFilter = _useState[1];
5335
5335