Hello,
We have integrated this free theme to Laravel+intertia js. So far all successful,
But navigation items are always points to /dashboard for all links,
Can you help us from where this ...props are taken,
File located in MainLayout\Drawer\DrawerContent\Navitation\NavItem.jsx
let listItemProps = { component: forwardRef((props, ref) => <Link href={ref} {...props} to={item.url} target={itemTarget} />) };
if (item?.external) {
listItemProps = { component: 'a', href: item.url, target: itemTarget };
}
We can change nav item title but link to that navitem always go to /dashboard.
Any help is appreciated,
Closing ticket as there is no response from the user.
Feel free to reopen if needed further help.
Have a nice day!.