fix: disable dashboard
This commit is contained in:
parent
3b13f0c3e1
commit
4bb45992e2
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ const labelMenu = ref<
|
|||
{
|
||||
label: 'drawerDashboard',
|
||||
icon: 'mage:dashboard',
|
||||
route: '/',
|
||||
route: '',
|
||||
disabled: true,
|
||||
},
|
||||
{
|
||||
label: 'drawerBranchManagement',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue