ui - add slack alerting

This commit is contained in:
Ishaan Jaff 2024-04-08 20:10:50 -07:00
parent b1ac0e81f7
commit 9d9133d5d9
2 changed files with 59 additions and 26 deletions

View file

@ -46,8 +46,8 @@ const Sidebar: React.FC<SidebarProps> = ({
);
}
return (
<Layout style={{ minHeight: "100vh", maxWidth: "100px" }}>
<Sider width={100}>
<Layout style={{ minHeight: "100vh", maxWidth: "120px" }}>
<Sider width={120}>
<Menu
mode="inline"
defaultSelectedKeys={defaultSelectedKey ? defaultSelectedKey : ["1"]}
@ -89,7 +89,7 @@ const Sidebar: React.FC<SidebarProps> = ({
) : null}
<Menu.Item key="8" onClick={() => setPage("settings")}>
<Text>
Settings
Integrations
</Text>
</Menu.Item>
{userRole == "Admin" ? (