fix: missing close tag for command (#4330)

* fix: missing close tag for command

* docs(www): fix formatting

---------

Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
Jaeung Jang
2024-08-03 16:06:52 -04:00
committed by GitHub
parent 32e4b78da8
commit 6cc38903b8

View File

@@ -104,7 +104,7 @@ export function ComboboxDemo() {
))}
</CommandGroup>
</CommandList>
<Command>
</Command>
</PopoverContent>
</Popover>
)