@lingk/sync 0.2.16 → 0.2.18

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.
@@ -288,6 +288,7 @@ module.exports =
288
288
  { htmlFor: credType, className: 'labelz', style: { fontWeight: 'normal' } },
289
289
  unCamelize(credType)
290
290
  ),
291
+ _react2.default.createElement('br', null),
291
292
  _react2.default.createElement(Input, { name: credType,
292
293
  onKeyPress: _this2.credKeyPress,
293
294
  value: _this2.state.actualCreds[credType] || '',
@@ -327,7 +328,7 @@ module.exports =
327
328
  var Select = inputs.Select;
328
329
  var CodeMirror = codemirror && codemirror.Controlled;
329
330
 
330
- var CloudSQLTypes = [{ name: 'Postgres' }, { name: 'MySQL' }];
331
+ var CloudSQLTypes = [{ name: 'Postgres', satisfiesSearch: true }, { name: 'MySQL', satisfiesSearch: true }];
331
332
 
332
333
  var onlyJson = config.credentials && config.credentials.length === 1 && config.credentials[0] === 'json';
333
334