fix: Dashboard menu stays active on all routes + remove mobile blur + add standalone admin setup guide
This commit is contained in:
@@ -49,7 +49,7 @@ function getStaticFallbackTree(): MainNode[] {
|
||||
path: '/',
|
||||
icon: 'layout-dashboard',
|
||||
children: [
|
||||
{ label: 'Overview', mode: 'spa', path: '/', exact: true },
|
||||
{ label: 'Overview', mode: 'spa', path: '/dashboard' },
|
||||
{ label: 'Revenue', mode: 'spa', path: '/dashboard/revenue' },
|
||||
{ label: 'Orders', mode: 'spa', path: '/dashboard/orders' },
|
||||
{ label: 'Products', mode: 'spa', path: '/dashboard/products' },
|
||||
|
||||
Reference in New Issue
Block a user