fix: disable dashboard

This commit is contained in:
puriphatt 2024-07-03 03:39:02 +00:00
parent 3b13f0c3e1
commit 4bb45992e2

View file

@ -16,7 +16,8 @@ const labelMenu = ref<
{
label: 'drawerDashboard',
icon: 'mage:dashboard',
route: '/',
route: '',
disabled: true,
},
{
label: 'drawerBranchManagement',