From 62320798f6fabe076d73cb2357708cc91f9716ce Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Wed, 4 Oct 2023 15:56:33 -0700 Subject: [PATCH] update workspace sidebar list default size --- frontend/src/components/Sidebar/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Sidebar/index.tsx b/frontend/src/components/Sidebar/index.tsx index ed4fe80..b40cf0b 100644 --- a/frontend/src/components/Sidebar/index.tsx +++ b/frontend/src/components/Sidebar/index.tsx @@ -257,7 +257,7 @@ export default function Sidebar({ > = Organization.workspacePageSize @@ -271,7 +271,7 @@ export default function Sidebar({ dataLength={workspaces.length} next={continueLoadWorkspaces} hasMore={hasMoreWorkspaces} - height={200} + height={150} scrollableTarget="workspaces-sidebar" scrollThreshold={0.8} loader={