From edf0ab817561910953fd27da7a72d081234c9ffa Mon Sep 17 00:00:00 2001
From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com>
Date: Mon, 16 Sep 2024 19:22:47 +0530
Subject: [PATCH] fix: build error (#5617)
---
web/core/components/command-palette/command-modal.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/core/components/command-palette/command-modal.tsx b/web/core/components/command-palette/command-modal.tsx
index 87c864772..b80b0dfe1 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 && (
{