v0 - add a set callbacks page

This commit is contained in:
Ishaan Jaff 2024-04-08 14:22:26 -07:00
parent 682729a5be
commit ea368cfb10
3 changed files with 52 additions and 0 deletions

View file

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