ps-toolkit-ui 1.4.19 → 1.4.20

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.
@@ -7472,7 +7472,7 @@
7472
7472
  if (access.AccessType === exports.PermissionAccessTypeEnum.Insert) {
7473
7473
  accessInp.class = accessInp.class.replace('blue', 'green');
7474
7474
  if (this_1.form) {
7475
- this_1.form.url = this_1.form.baseUrl = access.Url;
7475
+ this_1.form.url = this_1.form.baseUrl = access.Url.replace('{}', this_1.permissions.RelatedId);
7476
7476
  if (!this_1.form.onTop) {
7477
7477
  accessInp.onClick = function () {
7478
7478
  _this.form.onSuccessBase = function () {