Skip to content

Commit

Permalink
fix(website): search hanging on complex types (#10095)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qjuh authored Jan 21, 2024
1 parent 33674be commit 1431c18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/website/src/components/CmdK.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export function CmdKDialog() {
router.push(item.path);
dialog!.setOpen(false);
}}
value={item.path}
>
<div className="flex grow flex-row place-content-between place-items-center gap-4">
<div className="flex flex-row place-items-center gap-4">
Expand Down

1 comment on commit 1431c18

@vercel
Copy link

@vercel vercel bot commented on 1431c18 Jan 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.