mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-26 01:44:05 +01:00
typo in the error message
there was a little typo
This commit is contained in:
parent
ed95b8349e
commit
640692abc7
@ -25,7 +25,7 @@ const NewRequest = ({ collection, item, isEphemeral, onClose }) => {
|
||||
},
|
||||
validationSchema: Yup.object({
|
||||
requestName: Yup.string()
|
||||
.min(1, 'must be atleast 1 characters')
|
||||
.min(1, 'must be at least 1 characters')
|
||||
.required('name is required')
|
||||
.test({
|
||||
name: 'requestName',
|
||||
|
Loading…
Reference in New Issue
Block a user