mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
fix(web): keep personal connector action visible
This commit is contained in:
parent
3487666481
commit
69d95ab2d9
1 changed files with 8 additions and 1 deletions
|
|
@ -984,9 +984,16 @@ export default function CompanyBrainConnections() {
|
|||
>
|
||||
Disconnect
|
||||
</DropdownMenuItem>
|
||||
) : orgConnected ? (
|
||||
<DropdownMenuItem
|
||||
className={menuItemClass}
|
||||
onClick={() => connect(entry, false)}
|
||||
>
|
||||
Connect my account
|
||||
</DropdownMenuItem>
|
||||
) : (
|
||||
<DropdownMenuItem disabled className={menuItemClass}>
|
||||
Managed by workspace admins
|
||||
Not connected
|
||||
</DropdownMenuItem>
|
||||
)}
|
||||
</InstalledTile>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue