ywana-core8 0.0.622 → 0.0.623
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 +3 -3
package/dist/index.modern.js
CHANGED
@@ -5754,7 +5754,7 @@ var CollectionPage = function CollectionPage(props) {
|
|
5754
5754
|
canDelete: canDelete,
|
5755
5755
|
canEdit: canEdit,
|
5756
5756
|
onReload: reloadSelection
|
5757
|
-
}), children ? /*#__PURE__*/React.createElement("article", null, children) : null
|
5757
|
+
}), children ? /*#__PURE__*/React.createElement("article", null, children) : null, /*#__PURE__*/React.createElement("footer", null, footer)));
|
5758
5758
|
};
|
5759
5759
|
var CollectionFilters = function CollectionFilters(props) {
|
5760
5760
|
var change = function change(next) {
|