Skip to content

Commit 54fb7a7

Browse files
committed
fix build
1 parent 41dde08 commit 54fb7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/framework-docs-v2/src/components/ui/command.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const CommandDialog = ({ children, ...props }: DialogProps) => {
3131
<Dialog {...props}>
3232
<DialogContent className="overflow-hidden p-0">
3333
<Command className="[&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground [&_[cmdk-group]:not([hidden])_~[cmdk-group]]:pt-0 [&_[cmdk-group]]:px-2 [&_[cmdk-input-wrapper]_svg]:h-5 [&_[cmdk-input-wrapper]_svg]:w-5 [&_[cmdk-input]]:h-12 [&_[cmdk-item]]:px-2 [&_[cmdk-item]]:py-3 [&_[cmdk-item]_svg]:h-5 [&_[cmdk-item]_svg]:w-5">
34-
{children}
34+
{children as React.ReactNode}
3535
</Command>
3636
</DialogContent>
3737
</Dialog>

0 commit comments

Comments
 (0)