fix: add vendor

This commit is contained in:
Sabda Yagra 2026-01-19 11:53:01 +07:00
parent d7658b5df2
commit b9a66188ee
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ interface FormFieldProps {
showPasswordToggle?: boolean;
onPasswordToggle?: () => void;
showPassword?: boolean;
}
}
export const FormField: React.FC<FormFieldProps> = ({
label,