ps-toolkit-ui 1.20.64 → 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.
- package/bundles/ps-toolkit-ui.umd.js +1 -2
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/table/row/table.row.component.js +2 -3
- package/fesm2015/ps-toolkit-ui.js +1 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
- package/ps-toolkit-ui.metadata.json +1 -1
|
@@ -3482,8 +3482,7 @@
|
|
|
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
3484
|
}, function () {
|
|
3485
|
-
_this.
|
|
3486
|
-
inp.setValue(inp.data(), false);
|
|
3485
|
+
_this.table.load();
|
|
3487
3486
|
});
|
|
3488
3487
|
};
|
|
3489
3488
|
inp.displayLabel = false;
|