ui - edit user flow

This commit is contained in:
Ishaan Jaff 2024-05-29 15:50:51 -07:00
parent 8e641817ff
commit 49f4ff03a0
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}