bug fixing in user project error messages of yop / placement of submit loan request and alignment of its items
This commit is contained in:
@@ -32,7 +32,7 @@ const RequestOtp = ({
|
||||
};
|
||||
const validationSchema = Yup.object().shape({
|
||||
phone_number: Yup.string().required(
|
||||
t("RegisterPage.error_message_required")
|
||||
t("RegisterPage.error_message_phone_number")
|
||||
),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user