mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 00:02:31 +00:00
style(session-search): let the sort menu hug its two options
This commit is contained in:
@@ -83,7 +83,7 @@ export function AiVaultSessionListBar<Value extends string>({
|
||||
<ChevronDown className="text-muted-foreground" />
|
||||
</Button>
|
||||
</DropdownMenuTrigger>
|
||||
<DropdownMenuContent align="end">
|
||||
<DropdownMenuContent align="end" className="min-w-0">
|
||||
<DropdownMenuRadioGroup
|
||||
value={value}
|
||||
// Radix hands back a bare string; the option list is what narrows it.
|
||||
|
||||
Reference in New Issue
Block a user