ywana-core8 0.0.473 → 0.0.474
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 +0 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +0 -5
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +0 -5
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/domain/TabbedTablePage.js +0 -6
- package/src/site/site.test.js +4 -4
package/dist/index.umd.js
CHANGED
@@ -6413,7 +6413,6 @@
|
|
6413
6413
|
|
6414
6414
|
var save = function save() {
|
6415
6415
|
try {
|
6416
|
-
console.log('saving.....');
|
6417
6416
|
return Promise.resolve(pageContext.update(form)).then(function () {
|
6418
6417
|
setPageContext(Object.assign({}, pageContext));
|
6419
6418
|
});
|
@@ -6517,8 +6516,6 @@
|
|
6517
6516
|
}, []);
|
6518
6517
|
React.useEffect(function () {
|
6519
6518
|
try {
|
6520
|
-
console.log("TAB", tab);
|
6521
|
-
|
6522
6519
|
var _temp2 = function () {
|
6523
6520
|
if (tab) {
|
6524
6521
|
var _filter;
|
@@ -6648,7 +6645,6 @@
|
|
6648
6645
|
|
6649
6646
|
function renderTabs() {
|
6650
6647
|
var selected = tab ? tab.value : null;
|
6651
|
-
console.log(selected);
|
6652
6648
|
return /*#__PURE__*/React__default["default"].createElement(Tabs, {
|
6653
6649
|
selected: selected,
|
6654
6650
|
onChange: changeTab
|
@@ -7386,7 +7382,6 @@
|
|
7386
7382
|
like = [];
|
7387
7383
|
}
|
7388
7384
|
|
7389
|
-
console.log(like);
|
7390
7385
|
var queryParams = "?";
|
7391
7386
|
|
7392
7387
|
if (filters) {
|