mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
fix: Aggiornate DrawerEntry
This commit is contained in:
@@ -48,8 +48,8 @@ export default class Drawer<A extends DrawerAttributes = DrawerAttributes> exten
|
|||||||
|
|
||||||
entries() {
|
entries() {
|
||||||
return collect<VnodeCollectionItem>({
|
return collect<VnodeCollectionItem>({
|
||||||
dashboard: <DrawerEntry route="dashboard" icon={mdiViewDashboardOutline}>{__('Dashboard')}</DrawerEntry>,
|
dashboard: <DrawerEntry href={route('dashboard')} icon={mdiViewDashboardOutline}>{__('Dashboard')}</DrawerEntry>,
|
||||||
users: <DrawerEntry route="users.index" icon={mdiAccountGroupOutline}>{__('Utenti')}</DrawerEntry>
|
users: <DrawerEntry href={route('users.index')} icon={mdiAccountGroupOutline}>{__('Utenti')}</DrawerEntry>
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user