@apexcura/ui-components 0.0.14-Beta30 → 0.0.14-Beta31
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/dist/index.js +1 -2
- package/dist/index.mjs +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -765,8 +765,7 @@ var DatePickerElement = (props) => {
|
|
|
765
765
|
import_antd15.DatePicker,
|
|
766
766
|
{
|
|
767
767
|
placeholder: props.placeholder,
|
|
768
|
-
value:
|
|
769
|
-
format: dateFormat,
|
|
768
|
+
value: dateState,
|
|
770
769
|
variant: "borderless",
|
|
771
770
|
onChange: handleChange
|
|
772
771
|
}
|
package/dist/index.mjs
CHANGED