mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: build error (#5617)
This commit is contained in:
committed by
GitHub
parent
45da70cf6a
commit
edf0ab8175
@@ -344,7 +344,7 @@ export const CommandModal: React.FC = observer(() => {
|
||||
{projectId && canPerformAnyCreateAction && (
|
||||
<CommandPaletteProjectActions closePalette={closePalette} />
|
||||
)}
|
||||
{canPerformWorkspaceAction && (
|
||||
{canPerformWorkspaceActions && (
|
||||
<Command.Group heading="Workspace Settings">
|
||||
<Command.Item
|
||||
onSelect={() => {
|
||||
|
||||
Reference in New Issue
Block a user