Skip to content

Commit 74ffbd9

Browse files
committed
Enabling notification menu
1 parent cb0cf96 commit 74ffbd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Navigation/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,14 +453,14 @@ export const NAVIGATION_LIST: NavigationGroupType[] = [
453453
id: 'ai-recommendations',
454454
title: 'AI Recommendations',
455455
icon: 'ic-openai',
456-
disabled: true,
456+
disabled: false,
457457
items: [
458458
{
459459
title: 'Notifications',
460460
dataTestId: 'ai-recommendations-overview',
461461
id: 'ai-recommendations-overview',
462462
icon: 'ic-speedometer',
463-
disabled: true,
463+
disabled: false,
464464
href: COMMON_URLS.AI_RECOMMENDATIONS_OVERVIEW,
465465
},
466466
],

0 commit comments

Comments
 (0)