mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix(admin): nav bar incorrectly active state (#7870)
This commit is contained in:
@@ -91,7 +91,12 @@ export const router = _createBrowserRouter(
|
||||
},
|
||||
{
|
||||
path: 'settings',
|
||||
lazy: () => import('./modules/settings'),
|
||||
children: [
|
||||
{
|
||||
path: '*',
|
||||
lazy: () => import('./modules/settings'),
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user