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',
disabled: true,
tooltip: 'Upgrade to Business Plan',
path: '/access-control/users',
icon: (
<SvgIcon fontSize="small">
<UserIcon color='gray'/>
<UserIcon/>
</SvgIcon>
)
},