@cakemail-org/ui-components-v2 2.1.44 → 2.1.45
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
|
@@ -10355,7 +10355,7 @@ function saveList(_a) {
|
|
|
10355
10355
|
return callApi({
|
|
10356
10356
|
url: uiKitConfig.GATEWAY_PROXY + "/lists/".concat(id),
|
|
10357
10357
|
fetchOptions: {
|
|
10358
|
-
method: exports.EMethods.
|
|
10358
|
+
method: exports.EMethods.patch,
|
|
10359
10359
|
body: list
|
|
10360
10360
|
},
|
|
10361
10361
|
});
|
package/dist/esm/index.js
CHANGED
|
@@ -10335,7 +10335,7 @@ function saveList(_a) {
|
|
|
10335
10335
|
return callApi({
|
|
10336
10336
|
url: uiKitConfig.GATEWAY_PROXY + "/lists/".concat(id),
|
|
10337
10337
|
fetchOptions: {
|
|
10338
|
-
method: EMethods.
|
|
10338
|
+
method: EMethods.patch,
|
|
10339
10339
|
body: list
|
|
10340
10340
|
},
|
|
10341
10341
|
});
|