From 4bb45992e268a90b4eb8ade3f08de5e8fdb274d8 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Wed, 3 Jul 2024 03:39:02 +0000 Subject: [PATCH] fix: disable dashboard --- src/components/DrawerComponent.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/DrawerComponent.vue b/src/components/DrawerComponent.vue index 61cd2503..6eec764c 100644 --- a/src/components/DrawerComponent.vue +++ b/src/components/DrawerComponent.vue @@ -16,7 +16,8 @@ const labelMenu = ref< { label: 'drawerDashboard', icon: 'mage:dashboard', - route: '/', + route: '', + disabled: true, }, { label: 'drawerBranchManagement',