Skip to content

Commit bf0f531

Browse files
committed
feat:notification implementation
1 parent a515d7b commit bf0f531

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/components/Navigation/constants.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ export const NAVIGATION_LIST: NavigationGroupType[] = [
456456
id: 'ai-recommendations',
457457
title: 'AI Recommendations',
458458
icon: 'ic-openai',
459-
disabled: false,
459+
disabled: false, // Enable AI Recommendations section
460460
items: [
461461
{
462462
title: 'Notifications',
@@ -466,6 +466,14 @@ export const NAVIGATION_LIST: NavigationGroupType[] = [
466466
disabled: false,
467467
href: COMMON_URLS.AI_RECOMMENDATIONS_NOTIFICATIONS,
468468
},
469+
{
470+
title: 'Runbooks',
471+
dataTestId: 'ai-recommendations-runbooks',
472+
id: 'ai-recommendations-runbooks',
473+
icon: 'ic-book-open',
474+
disabled: false,
475+
href: COMMON_URLS.AI_RECOMMENDATIONS_RUNBOOKS,
476+
},
469477
],
470478
},
471479
{

0 commit comments

Comments
 (0)