Skip to content

Commit 7fb3dd1

Browse files
committed
Enabling notification menu
1 parent 23fa384 commit 7fb3dd1

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
@@ -456,14 +456,14 @@ export const NAVIGATION_LIST: NavigationGroupType[] = [
456456
id: 'ai-recommendations',
457457
title: 'AI Recommendations',
458458
icon: 'ic-openai',
459-
disabled: true,
459+
disabled: false,
460460
items: [
461461
{
462462
title: 'Notifications',
463463
dataTestId: 'ai-recommendations-overview',
464464
id: 'ai-recommendations-overview',
465465
icon: 'ic-speedometer',
466-
disabled: true,
466+
disabled: false,
467467
href: COMMON_URLS.AI_RECOMMENDATIONS_OVERVIEW,
468468
},
469469
],

0 commit comments

Comments
 (0)