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({
|
const ThirdPartySchema = Yup.object().shape({
|
||||||
sms: Yup.string('The ticker must be a string').required(
|
sms: Yup.string('The sms must be a string').required('The sms is required')
|
||||||
'The ticker is required'
|
|
||||||
)
|
|
||||||
})
|
})
|
||||||
|
|
||||||
const elements = [
|
const elements = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue