Skip to content

Commit c5d799c

Browse files
committed
Changing the path
1 parent b25abe9 commit c5d799c

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

src/Common/Constants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ 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',
147+
146148
} as const
147149

148150
export const ROUTES = {

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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export type NavigationItemID =
5757
| 'data-protection-backup-repositories'
5858
| 'data-protection-backup-locations'
5959
| 'data-protection-history-and-logs'
60-
| 'ai-recommendations-overview'
60+
| 'ai-recommendations-notifications'
6161

6262
export type NavigationSubMenuItemID =
6363
| 'application-management-configurations-gitops'

0 commit comments

Comments
 (0)