@salesgenterp/ui-components 0.4.108 → 0.4.109

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 CHANGED
@@ -4589,7 +4589,7 @@ var SideMenuItem = function SideMenuItem(props) {
4589
4589
  fontColor = props.fontColor,
4590
4590
  list = props.list;
4591
4591
  var isExpandable = items && items.length > 0;
4592
- var _React$useState = React__default.useState(false),
4592
+ var _React$useState = React__default.useState(true),
4593
4593
  open = _React$useState[0],
4594
4594
  setOpen = _React$useState[1];
4595
4595
  function handleClick() {