We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0cf96 commit 74ffbd9Copy full SHA for 74ffbd9
src/components/Navigation/constants.ts
@@ -453,14 +453,14 @@ export const NAVIGATION_LIST: NavigationGroupType[] = [
453
id: 'ai-recommendations',
454
title: 'AI Recommendations',
455
icon: 'ic-openai',
456
- disabled: true,
+ disabled: false,
457
items: [
458
{
459
title: 'Notifications',
460
dataTestId: 'ai-recommendations-overview',
461
id: 'ai-recommendations-overview',
462
icon: 'ic-speedometer',
463
464
href: COMMON_URLS.AI_RECOMMENDATIONS_OVERVIEW,
465
},
466
],
0 commit comments