fix: build error (#5617)
This commit is contained in:
parent
45da70cf6a
commit
edf0ab8175
1 changed files with 1 additions and 1 deletions
|
|
@ -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={() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue