Skip to content

Commit ca848da

Browse files
committed
fix: company selector dropdown to not be blocked by ari chat
1 parent 5dadbd1 commit ca848da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/credit/components/company/OrganizationSwitcher.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export function OrganizationSwitcher({ className, showLabel = true }: Organizati
5151
<ChevronDown className="h-3 w-3 opacity-50" />
5252
</Button>
5353
</DropdownMenuTrigger>
54-
<DropdownMenuContent align="start" className="w-64">
54+
<DropdownMenuContent align="end" className="w-64">
5555
<div className="px-2 py-1">
5656
<div className="text-xs text-muted-foreground uppercase tracking-wide">
5757
Your Organizations

0 commit comments

Comments
 (0)