oa-componentbook 0.18.144 → 0.18.145
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.
|
@@ -187,7 +187,6 @@ function DateDropDown(_ref) {
|
|
|
187
187
|
return false;
|
|
188
188
|
};
|
|
189
189
|
return /*#__PURE__*/_react.default.createElement(_styles.StyledContainer, null, /*#__PURE__*/_react.default.createElement(_CustomSelect.default, {
|
|
190
|
-
defaultOpen: true,
|
|
191
190
|
defaultLabel: setSelectValue === null || setSelectValue === void 0 ? void 0 : setSelectValue.label,
|
|
192
191
|
value: selectValue === null || selectValue === void 0 ? void 0 : selectValue.label,
|
|
193
192
|
className: "selectWidth",
|