datasync-dynamic-form 1.0.18 → 1.0.19

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.
@@ -145,7 +145,7 @@ class DsDynamicForm extends _react.Component {
145
145
 
146
146
  //Real efficient fix
147
147
  let duplicate_data_tier = this.props.data_blob && this.props.data_blob.data_tier ? this.props.data_blob.data_tier : {};
148
- this.data_blob.data_tier = Object.assign(duplicate_data_tier);
148
+ this.data_blob.data_tier = Object.assign({}, duplicate_data_tier);
149
149
  console.log("28:this.data_blob.data_tier ->", this.data_blob.data_tier);
150
150
  console.log("28:this.props.data_blob.data_tier ->", this.props.data_blob.data_tier);
151
151
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datasync-dynamic-form",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "Datasync Dynamic Form component",
5
5
  "main": "./dist/components/DsDynamicForm",
6
6
  "types": "./dist/components/DsDynamicForm",