ps-toolkit-ui 1.20.63 → 1.20.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.
@@ -3481,7 +3481,9 @@
3481
3481
  _this.row.Data[option.Action] = !inp.data();
3482
3482
  new RequestClass(_this.table.environment, _this.table.l).send(_this.table.getOptionUrl(option.Url, _this.table.permissions.RelatedId, _this.row.Data.Id), exports.Method.Post, null, null, function () {
3483
3483
  _this.table.load();
3484
- }, function () { });
3484
+ }, function () {
3485
+ _this.table.load();
3486
+ });
3485
3487
  };
3486
3488
  inp.displayLabel = false;
3487
3489
  opts.push(inp);