@ctlyst.id/internal-ui 4.1.15 → 4.1.16

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.mjs CHANGED
@@ -4969,7 +4969,7 @@ var SidebarMenu = ({ menu, isCollapse, mappingIcon: mappingIcon2, itemStyles, se
4969
4969
  isActive,
4970
4970
  bg: activeParent,
4971
4971
  "data-test-id": `CTA_nav-item-${item.title}`,
4972
- onClick: () => setActive(item.children.length > 0 ? item.children[0].navLink : item.navLink),
4972
+ onClick: () => setActive(item.children.length > 0 ? item.children[0].navLink : item.navLink, true),
4973
4973
  position: "relative",
4974
4974
  ...itemStyles,
4975
4975
  children: [