@thecb/components 11.4.2-beta.1 → 11.4.2-beta.2

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/dist/index.cjs.js CHANGED
@@ -45430,7 +45430,14 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
45430
45430
  navigateToDetailedObligation(detailsSlug);
45431
45431
  };
45432
45432
  var handleRemoveAccount = function handleRemoveAccount() {
45433
- return deleteObligationAssoc(obligationAssocID);
45433
+ var payload = {
45434
+ id: obligationAssocID,
45435
+ obligationSlug: config === null || config === void 0 ? void 0 : config.obligationSlug
45436
+ };
45437
+ debugger;
45438
+ // eslint-disable-next-line no-console
45439
+ console.debug("DeleteObligationAssoc (cb-components) payload", payload);
45440
+ deleteObligationAssoc(payload);
45434
45441
  };
45435
45442
  return /*#__PURE__*/React__default.createElement(Box, {
45436
45443
  padding: isMobile ? "18px 0 0 0" : "0",