mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 20:43:30 +01:00
fix(website): search hanging on complex types (#10095)
This commit is contained in:
@@ -58,6 +58,7 @@ export function CmdKDialog() {
|
|||||||
router.push(item.path);
|
router.push(item.path);
|
||||||
dialog!.setOpen(false);
|
dialog!.setOpen(false);
|
||||||
}}
|
}}
|
||||||
|
value={item.path}
|
||||||
>
|
>
|
||||||
<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