fix(website): cmdk duplicate values (#10100)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
brynpttrsn
2024-02-03 16:45:28 -05:00
committed by GitHub
parent d4472f85a5
commit f69165883f

View File

@@ -58,7 +58,7 @@ export function CmdKDialog() {
router.push(item.path);
dialog!.setOpen(false);
}}
value={item.path}
value={`${item.id}`}
>
<div className="flex grow flex-row place-content-between place-items-center gap-4">
<div className="flex flex-row place-items-center gap-4">