From 7684a2c09197ffaa0a463f4bb138b173898c9e1b Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:24:42 +0530 Subject: [PATCH] chore: sidebar quick action improvement (#3133) --- web/components/workspace/sidebar-quick-action.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/workspace/sidebar-quick-action.tsx b/web/components/workspace/sidebar-quick-action.tsx index d2245090f..bd568a2bf 100644 --- a/web/components/workspace/sidebar-quick-action.tsx +++ b/web/components/workspace/sidebar-quick-action.tsx @@ -115,7 +115,7 @@ export const WorkspaceSidebarQuickAction = observer(() => { onClick={() => commandPaletteStore.toggleCommandPaletteModal(true)} > - Open command menu + {!isAuthorizedUser && !isSidebarCollapsed && Open command menu}