@lingk/sync 2.2.1 → 2.2.3
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 +5 -3
- 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 +5 -3
- 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
|
@@ -6337,12 +6337,12 @@ module.exports =
|
|
|
6337
6337
|
}
|
|
6338
6338
|
}, {
|
|
6339
6339
|
key: "saveCreds",
|
|
6340
|
-
value: function saveCreds() {
|
|
6340
|
+
value: function saveCreds(wizard) {
|
|
6341
6341
|
var _state = this.state,
|
|
6342
6342
|
APIAccess = _state.APIAccess,
|
|
6343
6343
|
defaultConnection = _state.defaultConnection;
|
|
6344
6344
|
|
|
6345
|
-
this.props.postCredentials(this.state.actualCreds, APIAccess, defaultConnection);
|
|
6345
|
+
this.props.postCredentials(this.state.actualCreds, APIAccess, defaultConnection, wizard);
|
|
6346
6346
|
}
|
|
6347
6347
|
}, {
|
|
6348
6348
|
key: "render",
|
|
@@ -6412,7 +6412,9 @@ module.exports =
|
|
|
6412
6412
|
|
|
6413
6413
|
return _react2.default.createElement(
|
|
6414
6414
|
"div",
|
|
6415
|
-
{
|
|
6415
|
+
{
|
|
6416
|
+
className: isFlatFile ? "env-section-body-flat-file" : "env-section-body"
|
|
6417
|
+
},
|
|
6416
6418
|
config.message && !isGoogle ? _react2.default.createElement(
|
|
6417
6419
|
"p",
|
|
6418
6420
|
{ style: { marginBottom: 16 } },
|