fix: add vendor
This commit is contained in:
parent
d7658b5df2
commit
b9a66188ee
|
|
@ -19,7 +19,7 @@ interface FormFieldProps {
|
|||
showPasswordToggle?: boolean;
|
||||
onPasswordToggle?: () => void;
|
||||
showPassword?: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
export const FormField: React.FC<FormFieldProps> = ({
|
||||
label,
|
||||
|
|
|
|||
Loading…
Reference in New Issue