Skip to content

Commit 3d776ca

Browse files
committed
Changing the path
1 parent 93bbbe9 commit 3d776ca

File tree

4 files changed

+2
-0
lines changed

4 files changed

+2
-0
lines changed

src/Common/Constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ export const URLS = {
142142
// AI RECOMMENDATIONS
143143
AI_RECOMMENDATIONS: AI_RECOMMENDATIONS_ROOT,
144144
AI_RECOMMENDATIONS_OVERVIEW: `${AI_RECOMMENDATIONS_ROOT}/overview`,
145+
AI_RECOMMENDATIONS_NOTIFICATIONS: `${AI_RECOMMENDATIONS_ROOT}/notifications`,
145146
EXTERNAL_APPS: 'ea',
146147
AI_RECOMMENDATIONS_RUNBOOKS: `${AI_RECOMMENDATIONS_ROOT}/runbooks`,
147148
} as const

src/Shared/Components/SelectPicker/GroupedFilterSelectPicker-Usage-Guide.md

Whitespace-only changes.

src/Shared/Components/SelectPicker/GroupedFilterSelectPicker.example.tsx

Whitespace-only changes.

src/Shared/Hooks/useUserPreferences/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export type NavigationItemID =
5959
| 'data-protection-history-and-logs'
6060
| 'ai-recommendations-overview'
6161
| 'ai-recommendations-runbooks'
62+
| 'ai-recommendations-notifications'
6263

6364
export type NavigationSubMenuItemID =
6465
| 'application-management-configurations-gitops'

0 commit comments

Comments
 (0)