@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.js CHANGED
@@ -18804,6 +18804,7 @@ const UpdateSettingConfig = (obj, file, callback) => {
18804
18804
  const _url = `${BASE_URL}/api/config/update-setting-config`;
18805
18805
  const formData = new FormData();
18806
18806
  formData.append(`GroupId`, obj.GroupId);
18807
+ formData.append(`ModuleId`, REACT_APP_PRODUCT_CODE ?? "");
18807
18808
  obj.Items.forEach((item, index) => {
18808
18809
  formData.append(`Items[${index}].Key`, item.Key);
18809
18810
  formData.append(`Items[${index}].Value`, item.Value);