@esvndev/es-react-config-setting 1.0.67 → 1.0.68

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.mjs CHANGED
@@ -18777,6 +18777,7 @@ const UpdateSettingConfig = (obj, file, callback) => {
18777
18777
  const _url = `${BASE_URL}/api/config/update-setting-config`;
18778
18778
  const formData = new FormData();
18779
18779
  formData.append(`GroupId`, obj.GroupId);
18780
+ formData.append(`ModuleId`, REACT_APP_PRODUCT_CODE ?? "");
18780
18781
  obj.Items.forEach((item, index) => {
18781
18782
  formData.append(`Items[${index}].Key`, item.Key);
18782
18783
  formData.append(`Items[${index}].Value`, item.Value);