chore: error message fix
This commit is contained in:
parent
bdd413a0ca
commit
55d5b043b3
1 changed files with 1 additions and 3 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue