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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/domain/CollectionPage.js +1 -1
package/dist/index.modern.js
CHANGED
@@ -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(
|
5324
|
+
var _useState = useState(false),
|
5325
5325
|
showFilter = _useState[0],
|
5326
5326
|
setShowFilter = _useState[1];
|
5327
5327
|
|