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 21:45:28 +00:00
committed by GitHub
co-authored by kodiakhq[bot]
parent d4472f85a5
commit f69165883f
+1 -1
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">