ui - edit user flow

This commit is contained in:
Ishaan Jaff 2024-05-29 15:50:51 -07:00
parent 098df3dcd6
commit dd81a7ee9b
3 changed files with 185 additions and 30 deletions

View file

@ -79,7 +79,7 @@ const Sidebar: React.FC<SidebarProps> = ({
{userRole == "Admin" ? (
<Menu.Item key="5" onClick={() => setPage("users")}>
<Text>Users</Text>
<Text>Internal Users</Text>
</Menu.Item>
) : null}