@cakemail-org/ui-components-v2 2.1.54 → 2.1.55
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/cjs/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -10592,7 +10592,7 @@ function deletePopup(_a) {
|
|
|
10592
10592
|
return [2 /*return*/, callApi({
|
|
10593
10593
|
url: uiKitConfig.GATEWAY_PROXY + "/popups/".concat(id),
|
|
10594
10594
|
fetchOptions: {
|
|
10595
|
-
method: exports.EMethods.
|
|
10595
|
+
method: exports.EMethods.delete
|
|
10596
10596
|
}
|
|
10597
10597
|
})];
|
|
10598
10598
|
});
|
package/dist/esm/index.js
CHANGED
|
@@ -10572,7 +10572,7 @@ function deletePopup(_a) {
|
|
|
10572
10572
|
return [2 /*return*/, callApi({
|
|
10573
10573
|
url: uiKitConfig.GATEWAY_PROXY + "/popups/".concat(id),
|
|
10574
10574
|
fetchOptions: {
|
|
10575
|
-
method: EMethods.
|
|
10575
|
+
method: EMethods.delete
|
|
10576
10576
|
}
|
|
10577
10577
|
})];
|
|
10578
10578
|
});
|