@thecb/components 11.4.2-beta.1 → 11.4.2-beta.3
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,11 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
|
|
|
45430
45430
|
navigateToDetailedObligation(detailsSlug);
|
|
45431
45431
|
};
|
|
45432
45432
|
var handleRemoveAccount = function handleRemoveAccount() {
|
|
45433
|
-
|
|
45433
|
+
var payload = {
|
|
45434
|
+
id: obligationAssocID,
|
|
45435
|
+
obligationSlug: config === null || config === void 0 ? void 0 : config.obligationSlug
|
|
45436
|
+
};
|
|
45437
|
+
deleteObligationAssoc(payload);
|
|
45434
45438
|
};
|
|
45435
45439
|
return /*#__PURE__*/React__default.createElement(Box, {
|
|
45436
45440
|
padding: isMobile ? "18px 0 0 0" : "0",
|