Skip to content

Commit

Permalink
refactor: comment out Workspace Connections section in SideMenu compo…
Browse files Browse the repository at this point in the history
…nents
  • Loading branch information
simlarsen committed Feb 11, 2025
1 parent f74fcb3 commit 117c02d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dashboard/src/Pages/Settings/SideMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const DashboardSideMenu: () => JSX.Element = (): ReactElement => {
icon={IconProp.Label}
/>
</SideMenuSection>
<SideMenuSection title="Workspace Connections">
{/* <SideMenuSection title="Workspace Connections">
<SideMenuItem
link={{
title: "Slack",
Expand All @@ -41,7 +41,7 @@ const DashboardSideMenu: () => JSX.Element = (): ReactElement => {
}}
icon={IconProp.Slack}
/>
</SideMenuSection>
</SideMenuSection> */}

<SideMenuSection title="Monitors">
<SideMenuItem
Expand Down
4 changes: 2 additions & 2 deletions Dashboard/src/Pages/UserSettings/SideMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const DashboardSideMenu: () => ReactElement = (): ReactElement => {
subItemLink={subItemMenuLink}
/>
</SideMenuSection>
<SideMenuSection title="Workspace Connections">
{/* <SideMenuSection title="Workspace Connections">
<SideMenuItem
link={{
title: "Slack",
Expand All @@ -88,7 +88,7 @@ const DashboardSideMenu: () => ReactElement = (): ReactElement => {
}}
icon={IconProp.Slack}
/>
</SideMenuSection>
</SideMenuSection> */}
</SideMenu>
);
};
Expand Down

0 comments on commit 117c02d

Please sign in to comment.