@zgfe/business-lib 1.1.78 → 1.1.79

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/es/table/index.js CHANGED
@@ -61,10 +61,4 @@ var BizTable = function BizTable(props) {
61
61
  scroll: scrollData
62
62
  }));
63
63
  };
64
- BizTable.defaultProps = {
65
- pagination: {
66
- pageSize: 10,
67
- current: 1
68
- }
69
- };
70
64
  export default BizTable;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.1.78",
3
+ "version": "1.1.79",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -58,5 +58,5 @@
58
58
  "react": "^16.12.0 || ^17.0.0",
59
59
  "yorkie": "^2.0.0"
60
60
  },
61
- "gitHead": "8bd4d71e808175e7ccfef4415e3c4f37a9f7a869"
61
+ "gitHead": "4b4e19c11c6eee1f88a8d7a5ad7df6110f1101b8"
62
62
  }