diff --git a/packages/twenty-front/src/modules/ui/navigation/navigation-drawer/components/NavigationDrawerItem.tsx b/packages/twenty-front/src/modules/ui/navigation/navigation-drawer/components/NavigationDrawerItem.tsx index 2a68da1c9e5..886e843ac85 100644 --- a/packages/twenty-front/src/modules/ui/navigation/navigation-drawer/components/NavigationDrawerItem.tsx +++ b/packages/twenty-front/src/modules/ui/navigation/navigation-drawer/components/NavigationDrawerItem.tsx @@ -300,7 +300,6 @@ export const NavigationDrawerItem = ({ const isInternalLink = isDefined(to) && !isExternalLink; const handleExternalLinkClick = () => { - handleBeforeNavigation(); if (isDefined(to)) { window.open(to, '_blank', 'noopener,noreferrer'); }