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.
@@ -5321,7 +5321,7 @@ var CollectionPage = function CollectionPage(props) {
5321
5321
 
5322
5322
  var context = CollectionContext(url, field, host, page, fetching);
5323
5323
 
5324
- var _useState = useState(true),
5324
+ var _useState = useState(false),
5325
5325
  showFilter = _useState[0],
5326
5326
  setShowFilter = _useState[1];
5327
5327