impaktapps-ui-builder 0.0.408 → 0.0.409
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.
|
@@ -8729,7 +8729,8 @@ var service = (funcParams) => {
|
|
|
8729
8729
|
{ key: "searchValue", value: param.serachValue },
|
|
8730
8730
|
{ key: "currentValue", value: param.currentValue }
|
|
8731
8731
|
];
|
|
8732
|
-
|
|
8732
|
+
const response2 = await this.updateConfigApiBody(param, apiBody);
|
|
8733
|
+
return response2 == null ? void 0 : response2.data;
|
|
8733
8734
|
}
|
|
8734
8735
|
},
|
|
8735
8736
|
onChange: async function() {
|