From a6f2ca10b261ec6f71dc7c5a1b17b18e765eefc7 Mon Sep 17 00:00:00 2001 From: Radek Kaluzik Date: Tue, 28 May 2024 14:44:15 +0200 Subject: [PATCH] Fixed title and route in Notifications menu --- src/components/NotificationsDrawer/DrawerPanelContent.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/NotificationsDrawer/DrawerPanelContent.tsx b/src/components/NotificationsDrawer/DrawerPanelContent.tsx index 1937a6631..2d16e900a 100644 --- a/src/components/NotificationsDrawer/DrawerPanelContent.tsx +++ b/src/components/NotificationsDrawer/DrawerPanelContent.tsx @@ -140,9 +140,9 @@ const DrawerPanelBase = ({ innerRef }: DrawerPanelProps) => { , , , - onNavigateTo('/settings/notifications/eventlog')}> + onNavigateTo('/settings/notifications/notificationslog')}> - View event log + View notifications log , (isOrgAdmin || hasNotificationsPermissions) && (