@lingk/sync 1.0.12 → 1.0.14

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.
@@ -322,7 +322,7 @@ module.exports =
322
322
 
323
323
  _this.setState({ uploading: true });
324
324
  setCsvFields(_this.state.meta, _this.state.fileContents, providerType).then(function () {
325
- _this.setState({ meta: [], uploading: false });
325
+ _this.setState({ meta: [], fileContents: [], uploading: false });
326
326
  });
327
327
  };
328
328