@lingk/sync 1.1.17 → 1.1.18

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.
@@ -3845,9 +3845,9 @@ module.exports =
3845
3845
  _this.props.downloadFileFromAws(file);
3846
3846
  };
3847
3847
 
3848
- _this.deleteFileFile = function (fileName) {
3848
+ _this.deleteFlatFile = function (fileName) {
3849
3849
  _this.setState({ isDeletingFile: fileName });
3850
- _this.props.deleteFileFile(fileName);
3850
+ _this.props.deleteFlatFile(fileName);
3851
3851
  };
3852
3852
 
3853
3853
  _this.state = {
@@ -4066,7 +4066,7 @@ module.exports =
4066
4066
  'svg',
4067
4067
  { style: { width: 18, height: 18 },
4068
4068
  onClick: function onClick() {
4069
- return _this2.deleteFileFile(file.name);
4069
+ return _this2.deleteFlatFile(file.name);
4070
4070
  },
4071
4071
  className: 'delete-flat-file', viewBox: '0 0 60 60' },
4072
4072
  _react2.default.createElement('path', { d: 'M 15.674663,15.572746 L 44.587629,44.485711 M 45.118838,15.420972 L 15.522889,45.016920' })
@@ -4400,7 +4400,7 @@ module.exports =
4400
4400
  formValues = _props.formValues,
4401
4401
  change = _props.change,
4402
4402
  downloadFileFromAws = _props.downloadFileFromAws,
4403
- deleteFileFile = _props.deleteFileFile;
4403
+ deleteFlatFile = _props.deleteFlatFile;
4404
4404
 
4405
4405
 
4406
4406
  var Button = inputs.Button;
@@ -4453,7 +4453,7 @@ module.exports =
4453
4453
  providerType: providerType, inputs: inputs,
4454
4454
  accountKey: accountKey, tenantKey: tenantKey,
4455
4455
  onDrop: clearCsvFields, downloadFileFromAws: downloadFileFromAws,
4456
- deleteFileFile: deleteFileFile
4456
+ deleteFlatFile: deleteFlatFile
4457
4457
  }) : isGoogle ? _react2.default.createElement(_google2.default, { config: config, creds: creds, onChange: this.onChange,
4458
4458
  credsDisabledCheck: credsDisabledCheck, inputs: inputs,
4459
4459
  onCheck: check