Skip to content

Commit 542599f

Browse files
committed
Changing the path
1 parent 7675b4e commit 542599f

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

src/Common/Constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ export const URLS = {
138138
// AI RECOMMENDATIONS
139139
AI_RECOMMENDATIONS: AI_RECOMMENDATIONS_ROOT,
140140
AI_RECOMMENDATIONS_OVERVIEW: `${AI_RECOMMENDATIONS_ROOT}/overview`,
141+
AI_RECOMMENDATIONS_NOTIFICATIONS: `${AI_RECOMMENDATIONS_ROOT}/notifications`,
141142
} as const
142143

143144
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)