mirror of
https://github.com/documenso/documenso.git
synced 2025-11-17 02:01:33 +10:00
Update command.tsx
This commit is contained in:
@ -96,10 +96,7 @@ const CommandGroup = React.forwardRef<
|
|||||||
className,
|
className,
|
||||||
)}
|
)}
|
||||||
{...props}
|
{...props}
|
||||||
>
|
/>
|
||||||
<div className="bg-border -mx-1 h-px"></div>
|
|
||||||
{props.children}
|
|
||||||
</CommandPrimitive.Group>
|
|
||||||
));
|
));
|
||||||
|
|
||||||
CommandGroup.displayName = CommandPrimitive.Group.displayName;
|
CommandGroup.displayName = CommandPrimitive.Group.displayName;
|
||||||
|
|||||||
Reference in New Issue
Block a user