diff --git a/web/core/components/command-palette/command-modal.tsx b/web/core/components/command-palette/command-modal.tsx
index 87c86477248..b80b0dfe145 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 && (
{