Not a required field
This commit is contained in:
parent
25b0e86730
commit
875358a106
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ export default ({ onBackupGenerated }: Props) => {
|
|||
onSubmit={submit}
|
||||
initialValues={{ name: '', ignored: '' }}
|
||||
validationSchema={object().shape({
|
||||
name: string().required().max(255),
|
||||
name: string().max(255),
|
||||
ignored: string(),
|
||||
})}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue