fix
This commit is contained in:
@@ -52,29 +52,38 @@ export default [
|
||||
to: 'admin-medicines',
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
title: 'Settings',
|
||||
icon: { icon: 'ri-settings-4-line' },
|
||||
class: 'bottom-end',
|
||||
isDropdownButton: true,
|
||||
children: [
|
||||
{
|
||||
title: 'Profile',
|
||||
to: 'admin-profile',
|
||||
icon: {
|
||||
icon: 'ri-group-line',
|
||||
},
|
||||
|
||||
|
||||
},
|
||||
{
|
||||
title: 'Security',
|
||||
to: 'admin-change-password',
|
||||
|
||||
icon: {
|
||||
icon: 'ri-shield-keyhole-line',
|
||||
},
|
||||
},
|
||||
{
|
||||
title: 'Site Setting',
|
||||
to: 'admin-site-setting',
|
||||
|
||||
icon: {
|
||||
icon: 'ri-settings-4-line',
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
// {
|
||||
|
Reference in New Issue
Block a user