Skip to content

Commit

Permalink
fix: menu data for backend mode fixed (#5465)
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan authored Jan 26, 2025
1 parent e225159 commit cb7c0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend-mock/utils/mock-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const dashboardMenus = [
title: 'page.dashboard.title',
},
name: 'Dashboard',
path: '/',
path: '/dashboard',
redirect: '/analytics',
children: [
{
Expand Down

0 comments on commit cb7c0ec

Please sign in to comment.