mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-23 14:18:41 +01:00
Use singular instead
This commit is contained in:
parent
640692abc7
commit
47992288c4
@ -25,7 +25,7 @@ const NewRequest = ({ collection, item, isEphemeral, onClose }) => {
|
||||
},
|
||||
validationSchema: Yup.object({
|
||||
requestName: Yup.string()
|
||||
.min(1, 'must be at least 1 characters')
|
||||
.min(1, 'must be at least 1 character')
|
||||
.required('name is required')
|
||||
.test({
|
||||
name: 'requestName',
|
||||
|
Loading…
Reference in New Issue
Block a user