@edvisor/product-language 0.7.0 → 0.7.1
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/index.js +1 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -9952,6 +9952,7 @@ function datePickerFactory({
|
|
|
9952
9952
|
|
|
9953
9953
|
function renderArrows(direction, handleClick) {
|
|
9954
9954
|
return jsx("button", Object.assign({
|
|
9955
|
+
type: 'button',
|
|
9955
9956
|
onClick: handleClick
|
|
9956
9957
|
}, {
|
|
9957
9958
|
children: direction === 'right' ? jsx(IconMinor.ArrowRight, {}) : jsx(IconMinor.ArrowLeft, {})
|