chore: error message fix

This commit is contained in:
Rafael Taranto 2023-08-22 13:06:30 +01:00
parent bdd413a0ca
commit 55d5b043b3

View file

@ -31,9 +31,7 @@ const ThirdPartyProvider = () => {
}
const ThirdPartySchema = Yup.object().shape({
sms: Yup.string('The ticker must be a string').required(
'The ticker is required'
)
sms: Yup.string('The sms must be a string').required('The sms is required')
})
const elements = [