We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dedb46b commit 34d9f1fCopy full SHA for 34d9f1f
src/components/app/workspaces/Workspaces.tsx
@@ -190,7 +190,7 @@ export function Workspaces() {
190
</DropdownMenuItem>
191
<DropdownMenuSeparator />
192
<DropdownMenuGroup>
193
- {currentWorkspace && (
+ {currentWorkspace && isOwner && (
194
<DropdownMenuItem
195
onSelect={() => {
196
setOpenInviteMember(true);
0 commit comments