feat(frontend): new users page

This commit is contained in:
leandrofars 2024-10-30 08:35:55 -03:00
parent e356716eee
commit e9d6b808d1
2 changed files with 2 additions and 3 deletions

View File

@ -94,11 +94,10 @@ export const items = [
}, },
{ {
title: 'Users', title: 'Users',
disabled: true, path: '/access-control/users',
tooltip: 'Upgrade to Business Plan',
icon: ( icon: (
<SvgIcon fontSize="small"> <SvgIcon fontSize="small">
<UserIcon color='gray'/> <UserIcon/>
</SvgIcon> </SvgIcon>
) )
}, },