fix: hide dashboard from sidebar
This commit is contained in:
parent
bb2970cf48
commit
88096f96b7
@ -66,10 +66,10 @@ const navigations = [
|
|||||||
icon: PhoneIcon,
|
icon: PhoneIcon,
|
||||||
route: { name: 'Call Logs' },
|
route: { name: 'Call Logs' },
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
name: 'Dashboard',
|
// name: 'Dashboard',
|
||||||
icon: DashboardIcon,
|
// icon: DashboardIcon,
|
||||||
route: { name: 'Dashboard' },
|
// route: { name: 'Dashboard' },
|
||||||
},
|
// },
|
||||||
]
|
]
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user