Remove IP allowlisting from project sidebar

pull/1157/head
Tuan Dang 7 months ago
parent b3a468408e
commit c29a11866e

@ -541,7 +541,8 @@ export const AppLayout = ({ children }: LayoutProps) => {
</MenuItem>
</a>
</Link>
<Link href={`/project/${currentWorkspace?._id}/allowlist`} passHref>
{/* <Link href={`/project/${currentWorkspace?._id}/allowlist`} passHref>
<a>
<MenuItem
isSelected={
@ -552,7 +553,7 @@ export const AppLayout = ({ children }: LayoutProps) => {
IP Allowlist
</MenuItem>
</a>
</Link>
</Link> */}
<Link href={`/project/${currentWorkspace?._id}/audit-logs`} passHref>
<a>
<MenuItem

Loading…
Cancel
Save