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}
|
onSubmit={submit}
|
||||||
initialValues={{ name: '', ignored: '' }}
|
initialValues={{ name: '', ignored: '' }}
|
||||||
validationSchema={object().shape({
|
validationSchema={object().shape({
|
||||||
name: string().required().max(255),
|
name: string().max(255),
|
||||||
ignored: string(),
|
ignored: string(),
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue