mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
fix(website): cmdk duplicate values (#10100)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -58,7 +58,7 @@ export function CmdKDialog() {
|
|||||||
router.push(item.path);
|
router.push(item.path);
|
||||||
dialog!.setOpen(false);
|
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 grow flex-row place-content-between place-items-center gap-4">
|
||||||
<div className="flex flex-row place-items-center gap-4">
|
<div className="flex flex-row place-items-center gap-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user