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 7621f0c commit 456c20dCopy full SHA for 456c20d
src/components/Navigation/constants.ts
@@ -456,14 +456,14 @@ export const NAVIGATION_LIST: NavigationGroupType[] = [
456
id: 'ai-recommendations',
457
title: 'AI Recommendations',
458
icon: 'ic-openai',
459
- disabled: true,
+ disabled: false,
460
items: [
461
{
462
title: 'Notifications',
463
dataTestId: 'ai-recommendations-overview',
464
id: 'ai-recommendations-overview',
465
icon: 'ic-speedometer',
466
467
href: COMMON_URLS.AI_RECOMMENDATIONS_OVERVIEW,
468
},
469
],
0 commit comments