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.modern.js
CHANGED
@@ -6410,7 +6410,6 @@ var TabbedTablePage = function TabbedTablePage(props) {
|
|
6410
6410
|
|
6411
6411
|
var save = function save() {
|
6412
6412
|
try {
|
6413
|
-
console.log('saving.....');
|
6414
6413
|
return Promise.resolve(pageContext.update(form)).then(function () {
|
6415
6414
|
setPageContext(Object.assign({}, pageContext));
|
6416
6415
|
});
|
@@ -6514,8 +6513,6 @@ var TabbedTablePage = function TabbedTablePage(props) {
|
|
6514
6513
|
}, []);
|
6515
6514
|
useEffect(function () {
|
6516
6515
|
try {
|
6517
|
-
console.log("TAB", tab);
|
6518
|
-
|
6519
6516
|
var _temp2 = function () {
|
6520
6517
|
if (tab) {
|
6521
6518
|
var _filter;
|
@@ -6645,7 +6642,6 @@ var TabbedTablePage = function TabbedTablePage(props) {
|
|
6645
6642
|
|
6646
6643
|
function renderTabs() {
|
6647
6644
|
var selected = tab ? tab.value : null;
|
6648
|
-
console.log(selected);
|
6649
6645
|
return /*#__PURE__*/React.createElement(Tabs, {
|
6650
6646
|
selected: selected,
|
6651
6647
|
onChange: changeTab
|
@@ -7383,7 +7379,6 @@ var TableAPI = function TableAPI(url, host) {
|
|
7383
7379
|
like = [];
|
7384
7380
|
}
|
7385
7381
|
|
7386
|
-
console.log(like);
|
7387
7382
|
var queryParams = "?";
|
7388
7383
|
|
7389
7384
|
if (filters) {
|