dtable-statistic 4.4.24-alpha.10 → 4.4.24-alpha.11

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.
@@ -155,9 +155,7 @@ class DesktopDashboard extends _react.Component {
155
155
  };
156
156
  this.api = {
157
157
  sqlQuery: this.sqlQuery,
158
- getViewRows: () => {
159
- console.log('3333');
160
- },
158
+ getViewRows: this.props.getViewRows,
161
159
  getTableFormulaResults: this.props.getTableFormulaResults,
162
160
  queryUsers: window.app.queryUsers || (() => {})
163
161
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-statistic",
3
- "version": "4.4.24-alpha.10",
3
+ "version": "4.4.24-alpha.11",
4
4
  "description": "statistics",
5
5
  "main": "dist/dtable-statistic.js",
6
6
  "author": "seafile",