@lingk/sync 1.1.59 → 1.1.60

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.
@@ -5764,7 +5764,6 @@ module.exports =
5764
5764
  var isAdapter = config && (config.metadataEndpoint === 'testconnection' || config.metadataEndpoint === 'adaptermetadata');
5765
5765
 
5766
5766
  var isWebSocket = config.type === 'LingkWebSocket';
5767
-
5768
5767
  var isAWS = config.type.startsWith('AWS');
5769
5768
 
5770
5769
  var isSFTP = config.type === 'SFTP';
@@ -5958,7 +5957,7 @@ module.exports =
5958
5957
  this.props.children
5959
5958
  ),
5960
5959
  _react2.default.createElement('br', null),
5961
- _react2.default.createElement(APIAcessHandle, {
5960
+ config.type != "LocalFile" && _react2.default.createElement(APIAcessHandle, {
5962
5961
  APIAccess: wizard.APIAccess,
5963
5962
  onChangeHandle: onAPIAccessChange
5964
5963
  })