fix: remove modal prop from DropdownMenu in AccountSwitcher component

This commit is contained in:
2025-12-28 15:10:30 +01:00
parent 3ca5966d03
commit 42e234105b

View File

@@ -50,7 +50,7 @@ export function AccountSwitcher({ onAddAccountClick }: AccountSwitcherProps) {
};
return (
<DropdownMenu modal={false}>
<DropdownMenu>
<DropdownMenuTrigger asChild>
<button className='flex items-center gap-3 p-3 rounded-full hover:bg-accent transition-all w-full text-foreground'>
<Avatar className='w-10 h-10'>