@lingk/sync 1.1.11 → 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.
- package/build/credentialSections.js +2 -1
- package/build/credentialSections.js.map +1 -1
- package/build/lightning.js.map +1 -1
- package/build/lightningStyles.js.map +1 -1
- package/build/lingk.js.map +1 -1
- package/build/lingkStyles.js.map +1 -1
- package/build/loadData.js.map +1 -1
- package/build/main.js +65 -57
- package/build/main.js.map +1 -1
- package/build/metadataDropdown.js.map +1 -1
- package/build/metadataFunctions.js.map +1 -1
- package/build/reducer.js.map +1 -1
- package/build/saveData.js.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
};
|
|
@@ -4004,7 +4005,7 @@ module.exports =
|
|
|
4004
4005
|
_react2.default.createElement(
|
|
4005
4006
|
'td',
|
|
4006
4007
|
null,
|
|
4007
|
-
(0, _moment2.default)(file.uploadedTime).format('MMM Do
|
|
4008
|
+
(0, _moment2.default)(file.uploadedTime).format('MMM Do, h:mm a')
|
|
4008
4009
|
)
|
|
4009
4010
|
);
|
|
4010
4011
|
})
|