diff --git a/web/core/components/command-palette/command-modal.tsx b/web/core/components/command-palette/command-modal.tsx index 87c8647724..b80b0dfe14 100644 --- a/web/core/components/command-palette/command-modal.tsx +++ b/web/core/components/command-palette/command-modal.tsx @@ -344,7 +344,7 @@ export const CommandModal: React.FC = observer(() => { {projectId && canPerformAnyCreateAction && ( )} - {canPerformWorkspaceAction && ( + {canPerformWorkspaceActions && ( {