versacall-core-library-react 2.0.64 → 2.0.65

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.
@@ -245,7 +245,7 @@ var CoreTable = /*#__PURE__*/function (_Component) {
245
245
  }, {
246
246
  key: "handleOnSort",
247
247
  value: function handleOnSort(orderBy) {
248
- console.log('orderBy', orderBy);
248
+ // console.log('orderBy', orderBy);
249
249
  this.setState(function (prevState) {
250
250
  var order = prevState.orderBy === orderBy && prevState.order === 'desc' ? 'asc' : 'desc';
251
251
  return {
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "versacall": {
3
3
  "title": "Versacall Core Library React",
4
4
  "applicationType": "react-library",
5
- "build": 64
5
+ "build": 65
6
6
  },
7
7
  "name": "versacall-core-library-react",
8
- "version": "2.0.64",
8
+ "version": "2.0.65",
9
9
  "description": "Versacall Core Library",
10
10
  "main": "dist/index.js",
11
11
  "module": "dist/index.js",