@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.esm.js CHANGED
@@ -45422,7 +45422,14 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
45422
45422
  navigateToDetailedObligation(detailsSlug);
45423
45423
  };
45424
45424
  var handleRemoveAccount = function handleRemoveAccount() {
45425
- return deleteObligationAssoc(obligationAssocID);
45425
+ var payload = {
45426
+ id: obligationAssocID,
45427
+ obligationSlug: config === null || config === void 0 ? void 0 : config.obligationSlug
45428
+ };
45429
+ debugger;
45430
+ // eslint-disable-next-line no-console
45431
+ console.debug("DeleteObligationAssoc (cb-components) payload", payload);
45432
+ deleteObligationAssoc(payload);
45426
45433
  };
45427
45434
  return /*#__PURE__*/React__default.createElement(Box, {
45428
45435
  padding: isMobile ? "18px 0 0 0" : "0",