From f69165883f6c07cd2c00f8bb9509dd2618d2a8f8 Mon Sep 17 00:00:00 2001 From: brynpttrsn Date: Sat, 3 Feb 2024 16:45:28 -0500 Subject: [PATCH] fix(website): cmdk duplicate values (#10100) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- apps/website/src/components/CmdK.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/src/components/CmdK.tsx b/apps/website/src/components/CmdK.tsx index d83bcfb54..74fb80161 100644 --- a/apps/website/src/components/CmdK.tsx +++ b/apps/website/src/components/CmdK.tsx @@ -58,7 +58,7 @@ export function CmdKDialog() { router.push(item.path); dialog!.setOpen(false); }} - value={item.path} + value={`${item.id}`} >