ps-toolkit-ui 1.9.59 → 1.9.61

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.
@@ -2770,7 +2770,7 @@
2770
2770
  }, 500);
2771
2771
  };
2772
2772
  TableRowComponent.prototype.getOptionUrl = function (url, relatedId, rowId) {
2773
- return (relatedId ? url.replace('{}', relatedId) : url).replace('{}', rowId);
2773
+ return (relatedId ? url.replace('{}', relatedId) : (url.match(/{}/g) || []).length > 1 ? url.replace('/{}', '') : url).replace('{}', rowId);
2774
2774
  };
2775
2775
  TableRowComponent.prototype.setOptions = function () {
2776
2776
  var e_1, _b, e_2, _c;