datasync-dynamic-form 1.0.7 → 1.0.9

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.
@@ -317,7 +317,7 @@ class DsDynamicForm extends _react.Component {
317
317
  saveFormToDatasyncProcess = () => {
318
318
  //Everything sounds ok in Form, Go ahead
319
319
  let hasDataGuid = this.props.datasync_object && this.props.datasync_object.data_guid;
320
- (0, _datasyncCore.SaveDataTierToDatasync)(hasDataGuid ? this.props.datasync_object.data_guid : null,
320
+ (0, _datasyncCore.SaveDataTierToDatasync)(this.props.datasync_url, hasDataGuid ? this.props.datasync_object.data_guid : null,
321
321
  //data_guid
322
322
  this.data_blob,
323
323
  //p_o_data_blob,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datasync-dynamic-form",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "Datasync Dynamic Form component",
5
5
  "main": "./dist/components/DsDynamicForm",
6
6
  "types": "./dist/components/DsDynamicForm",
@@ -43,6 +43,6 @@
43
43
  "dependencies": {
44
44
  "axios": "^1.7.2",
45
45
  "datasync-common-library": "^1.0.5",
46
- "datasync-core": "^1.0.21"
46
+ "datasync-core": "^1.0.24"
47
47
  }
48
48
  }