cloud-b2b 1.1.63 → 1.1.64
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.
|
@@ -427,7 +427,6 @@ var SuperForm2 = /*#__PURE__*/function (_React$Component2) {
|
|
|
427
427
|
props.options = _this2.getOptions(control.key, control.options);
|
|
428
428
|
props.onSearch = _this2.createSearchEvent(control);
|
|
429
429
|
props.dropdownMatchSelectWidth = false;
|
|
430
|
-
props.size = 'large';
|
|
431
430
|
return /*#__PURE__*/React.createElement(Control, props);
|
|
432
431
|
});
|
|
433
432
|
_defineProperty(_this2, "toDate", function (props, _ref7) {
|
|
@@ -438,7 +438,6 @@ var SuperForm2 = /*#__PURE__*/function (_React$Component2) {
|
|
|
438
438
|
props.options = _this2.getOptions(control.key, control.options);
|
|
439
439
|
props.onSearch = _this2.createSearchEvent(control);
|
|
440
440
|
props.dropdownMatchSelectWidth = false;
|
|
441
|
-
props.size = 'large';
|
|
442
441
|
return /*#__PURE__*/_react["default"].createElement(_Control["default"], props);
|
|
443
442
|
});
|
|
444
443
|
(0, _defineProperty2["default"])(_this2, "toDate", function (props, _ref7) {
|