ui - view router settings on admin ui

This commit is contained in:
Ishaan Jaff 2024-04-16 14:47:28 -07:00
parent e271ce8030
commit 70da4de3ff
3 changed files with 142 additions and 0 deletions

View file

@ -92,6 +92,11 @@ const Sidebar: React.FC<SidebarProps> = ({
Integrations
</Text>
</Menu.Item>
<Menu.Item key="9" onClick={() => setPage("general-settings")}>
<Text>
Settings
</Text>
</Menu.Item>
{userRole == "Admin" ? (
<Menu.Item key="7" onClick={() => setPage("admin-panel")}>
<Text>