@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.esm.js
CHANGED
|
@@ -45422,7 +45422,11 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
|
|
|
45422
45422
|
navigateToDetailedObligation(detailsSlug);
|
|
45423
45423
|
};
|
|
45424
45424
|
var handleRemoveAccount = function handleRemoveAccount() {
|
|
45425
|
-
|
|
45425
|
+
var payload = {
|
|
45426
|
+
id: obligationAssocID,
|
|
45427
|
+
obligationSlug: config === null || config === void 0 ? void 0 : config.obligationSlug
|
|
45428
|
+
};
|
|
45429
|
+
deleteObligationAssoc(payload);
|
|
45426
45430
|
};
|
|
45427
45431
|
return /*#__PURE__*/React__default.createElement(Box, {
|
|
45428
45432
|
padding: isMobile ? "18px 0 0 0" : "0",
|