Skip to content

Commit

Permalink
Fix input
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFlashAccount committed Jan 24, 2025
1 parent 05dd93a commit ae05ee4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export const Input = forwardRef(function Input<
autoFocus = false,
className,
testId: testIdRaw,
label,
...inputProps
} = props
const form = Form.useFormContext(formRaw)
Expand Down Expand Up @@ -141,7 +140,6 @@ export const Input = forwardRef(function Input<
variants: fieldVariants,
form: formInstance,
})}
label={label}
ref={ref}
name={props.name}
data-testid={testId}
Expand Down

0 comments on commit ae05ee4

Please sign in to comment.