mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
Merge pull request #1169 from SohamBhattacharjee2003/fix/remove-forcemount-from-user-dropdown
fix: remove forcemount from user dropdown
This commit is contained in:
commit
ac4f5477b5
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ export function UserDropdown({
|
|||
</Avatar>
|
||||
</Button>
|
||||
</DropdownMenuTrigger>
|
||||
<DropdownMenuContent className="w-44 md:w-56" align="end" forceMount>
|
||||
<DropdownMenuContent className="w-44 md:w-56" align="end">
|
||||
<DropdownMenuLabel className="font-normal p-2 md:p-3">
|
||||
<div className="flex flex-col space-y-1">
|
||||
<p className="text-xs md:text-sm font-medium leading-none">{user.name}</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue