mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix type error (build)
This commit is contained in:
@@ -59,7 +59,7 @@ PhoneInput.displayName = "PhoneInput";
|
||||
const InputComponent = React.forwardRef<
|
||||
HTMLInputElement,
|
||||
React.ComponentProps<"input">
|
||||
>(({ className, ...props }, ref) => (
|
||||
>(({ className, size: _size, ...props }, ref) => (
|
||||
<Input
|
||||
className={cn("rounded-s-none rounded-e-lg", className)}
|
||||
{...props}
|
||||
|
||||
Reference in New Issue
Block a user