seatable-html-page-sdk 0.0.11-beta.1 → 0.0.11-beta.2

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.js CHANGED
@@ -4523,7 +4523,7 @@
4523
4523
  rowId,
4524
4524
  rowData
4525
4525
  } = _ref3;
4526
- this.htmlPageAPI.updateRow(this.options.pageId, tableName, rowId, rowData);
4526
+ return this.htmlPageAPI.updateRow(this.options.pageId, tableName, rowId, rowData);
4527
4527
  }
4528
4528
  deleteRow(_ref4) {
4529
4529
  let {