ps-toolkit-ui 1.8.65 → 1.8.66

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.
@@ -8084,7 +8084,7 @@
8084
8084
  if (this.form) {
8085
8085
  this.form.addButtons('Save', 'green', true, this.permissions.Type === exports.PermissionTypeEnum.Form ? function (data) {
8086
8086
  if (data.Id) {
8087
- var i = _this.rows.findIndex(function (x) { return x.Id === data.Id; });
8087
+ var i = _this.rows.findIndex(function (x) { return x.Data.Id === data.Data.Id; });
8088
8088
  _this.rows[i].Data = data;
8089
8089
  }
8090
8090
  else {