@lingk/sync 1.1.12 → 1.1.13

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.
@@ -3823,6 +3823,7 @@ module.exports =
3823
3823
 
3824
3824
  _this.setState({ uploading: true });
3825
3825
  setCsvFields(_this.state.meta, _this.state.fileContents, providerType).then(function () {
3826
+ console.log("SET META BACK");
3826
3827
  _this.setState({ meta: [], fileContents: [], uploading: false });
3827
3828
  });
3828
3829
  };